0

I use the concept of uploading and downloading files from FTP server. I have been successful in both for a single file.

Now, for downloading, there may be more than one files on ftp. So, multiple files to be downloaded at local side. I have referred this too, but couldn't get exactly what I want.

I want to download multiple files from ftp programatically. And for that I have to check the existence of file for particular URL.

Nimantha
  • 6,405
  • 6
  • 28
  • 69
Krunal
  • 1,318
  • 1
  • 13
  • 31

1 Answers1

0

Ftp protocal have the list cmd , you can list the files on the server and then download it.

gage
  • 109
  • 5