Is there any library that supports uploading directory tree in remote server ?
相关问题
- Delete Messages from a Topic in Apache Kafka
- Jackson Deserialization not calling deserialize on
- How to maintain order of key-value in DataFrame sa
- StackExchange API - Deserialize Date in JSON Respo
- Difference between Types.INTEGER and Types.NULL in
The Apache Virtual File System (VFS) project can do this, whilst abstracting the details of dealing directly with FTP connections.
You can always use the
org.apache.commons.net.ftp.FTPClient
client and recursively upload all files in your directory.