Our Products:   CompleteFTP  edtFTPnet/Free  edtFTPnet/PRO  edtFTPj/Free  edtFTPj/PRO
0 votes
4.3k views
in Java FTP by (160 points)
I need to download all the files in a directory using FTP from the remote host. Please help me about this. :?:

3 Answers

0 votes
by (162k points)
This isn't a standard FTP feature. You need to recursively go through all the directories and transfer all files, creating those directories on the client.

If you don't want to code it yourself, directory transfers are a feature of edtFTPnet/Express (http://www.enterprisedt.com/products/ed ... rview.html)
0 votes
by (160 points)
I want to code this using Java. If you have any sample code, plz let me know
0 votes
by (162k points)
Oops. Wrong forum. See edtFTPj/PRO for directory transfers (http://www.enterprisedt.com/products/ed ... rview.html).

Or you can code it yourself using the directory listing methods & recursion.

Categories

...