开发者

FTP Upload directory tree in java

Is there any li开发者_如何学JAVAbrary that supports uploading directory tree in remote server ?


You can always use the org.apache.commons.net.ftp.FTPClient client and recursively upload all files in your directory.


The Apache Virtual File System (VFS) project can do this, whilst abstracting the details of dealing directly with FTP connections.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜