Application Development 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: 

Is possible to download many files from FTP to PC directory?

adrian_mejido
Contributor
0 Kudos

Hi,

I need to download some files which are in an FTP directory. I connect to the FTP and I want to download with a "GET" command and put these files in a PC directory(folder). I have been searching in the SCN forum, but I have only found examples where the files are downloaded to a server directory.

I want to download the files to a PC directory because I am going to use some of them to make a Preliminary Document.

Could anyone help me?

Thanks for your time.

Best Regards

2 REPLIES 2

Former Member
0 Kudos

Your PC directory has to be configured (on the PC) as an FTP directory.  Then your FTP commands have to log you into the PC.

Neal

Former Member
0 Kudos

FTP client is on application server.

If required PC directory is visible from application server, direct download to PC is possible.

If requried PC directory is not visible from application server, you have to stage file on application server and when with GUI_DOWNLOAD put file into requred PC directory.

Hope this helps!