Our Products:   CompleteFTP  edtFTPnet/Free  edtFTPnet/PRO  edtFTPj/Free  edtFTPj/PRO
0 votes
5.8k views
in Java FTP by (120 points)
Hi,

I'd like to be able to ftp a batch of files from the ftp server to a local server, however I will not now what the file names on the ftp server will be. I would need to do a get *.xml but this does not appear to be supported.

Does anyone have any ideas on how I can ftp multiple files? All help greatly appricated?

Wallzy.

1 Answer

0 votes
by (162k points)
If you use one of the dir() commands, or dirDetails(), you can get a file listing, and then FTP each file.

Hi,

I'd like to be able to ftp a batch of files from the ftp server to a local server, however I will not now what the file names on the ftp server will be. I would need to do a get *.xml but this does not appear to be supported.

Does anyone have any ideas on how I can ftp multiple files? All help greatly appricated?

Wallzy.

Categories

...