Closed. This question does not meet Stack Overflow guidelines。它当前不接受答案。












想改善这个问题吗?更新问题,以便将其作为on-topic用于堆栈溢出。

14天前关闭。



Improve this question




是否有任何库(方式)通过golang连接到FTPS(具有显式SSL的FTP,增加了对传输层安全性/ TLS和安全套接字层/ SSL加密协议(protocol)的支持)?我尝试了这些库:
  • https://github.com/jlaffaye/ftp
  • https://github.com/dutchcoders/goftp
  • https://github.com/smallfish/ftp

  • 但是它们都不支持ftps。

    最佳答案

    https://godoc.org/github.com/secsy/goftp可以同时用于ftpftps协议(protocol)。

    关于ssl - FTPS客户端Golang ,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/39482151/

    10-12 05:52