Our Products:   CompleteFTP  edtFTPnet/Free  edtFTPnet/PRO  edtFTPj/Free  edtFTPj/PRO
0 votes
2.2k views
in Java FTP by (120 points)
Hi I am using edt free version to upload files using FTPClient.

I want to upload only .pdf files from a specific directory.



Please reply me asap

1 Answer

0 votes
by (162k points)
Transfer in binary mode. Use File.listFiles() with a FileFilter to select local PDF files.

Categories

...