Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Get multiple files from FTP server

Former Member
0 Likes
524

Hi Experts,

I have a requirment to get all the files ZSON*-01.txt in the FTP server and moves those files into the application server,Currently i can able to get single file using the ftp_connect,ftp_comment.But how to get the multiples files in the FTP server.Tell me good idea to get those files.Thanks in advance.

Regards,

Deesanth.

1 ACCEPTED SOLUTION
Read only

former_member226519
Active Contributor
0 Likes
388

you can copy/move files between UNIX directories using external OS commands. Browse forum for details.

1 REPLY 1
Read only

former_member226519
Active Contributor
0 Likes
389

you can copy/move files between UNIX directories using external OS commands. Browse forum for details.