How to retrieve a file from a server via SFTP?

后端 未结 16 1615
萌比男神i
萌比男神i 2020-11-22 07:48

I\'m trying to retrieve a file from a server using SFTP (as opposed to FTPS) using Java. How can I do this?

16条回答
  •  佛祖请我去吃肉
    2020-11-22 08:32

    I use this SFTP API called Zehon, it's great, so easy to use with a lot of sample code. Here is the site http://www.zehon.com

提交回复
热议问题