Reputation: 61
I am working in a project in which is is require to upload and download a directory and their all the file and folder in java .and I also need to know that uploding and downloading status means how much percent the folder to which I am uploading has been uploaded or downloaded.
Upvotes: 0
Views: 1668
Reputation: 7215
Just to throw one more library at you... you could also try Apache Commons VFS. It gives you access to tons of different file systems including FTP.
Upvotes: 0