开发者

FTP Upload directory tree in java

开发者 https://www.devze.com 2023-02-07 16:32 出处:网络
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 yo

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

精彩评论

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