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

Problem while reading the file from FTP server

Former Member
0 Likes
504

Hi Friends,

I have a problem while fetching files from FTP server.

I used FTP_Connect, FTP_COMMAND function modules. I can able to put the files into FTP server.

but I cant able to pick the files from FTP server.

anyone have faced similar issues kindly let me know.

Thanks

Gowrishankar

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
426

Hi,

try this way..

for reading the file using FTP you need to use different unix command ..

Prabhuda

2 REPLIES 2
Read only

Former Member
0 Likes
427

Hi,

try this way..

for reading the file using FTP you need to use different unix command ..

Prabhuda

Read only

0 Likes
427

My issue solved. Thanks