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.
精彩评论