Our Products:   CompleteFTP  edtFTPnet/Free  edtFTPnet/PRO  edtFTPj/Free  edtFTPj/PRO
0 votes
2.2k views
in .NET FTP by (160 points)
Hi

I getting the list of files from ftp and then download the file one by one using C#,
but folder is big and have thousand of files, and it's taking time to get the list of files; is it possible to send command for filtered files list.


Any help will be appreciated.

Hyder

2 Answers

0 votes
by (162k points)
Some FTP servers will take wildcards, e.g. "*.txt".
0 votes
by (160 points)
infact i was filtering the records also with passing the directory information as
/tellinshare/sms/sdu/record/billrpt/eppc200710*.txt

but it was not responding but now i resolve the problem and now it's giving me the filtered file names.

The problem was, the systems are behind the firewall so i after connect and login i have to change the ConnectMode property to Active then i got the list of files, otherwise it was not responding.

Thanks

Categories

...