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

FTP from server to local computer

former_member188001
Active Participant
0 Likes
451

Hello,

I have my data stored on our company's internal server. I want to send this data to my local system. Can u please tell me how to do an FTP in this case.

Also could you please provide me with a sample code.

Thanks,

Salil

Hello,

I have my data stored on our company's internal server. I want to send this data to my local system. Can u please tell me how to do an FTP in this case.

Also could you please provide me with a sample code.

Thanks,

Salil

2 REPLIES 2
Read only

Former Member
0 Likes
414

Hi Salil,

i don hv more idea in this but u can use below FMs...

FTP_CONNECT - Open a connection (and log in) to an FTP server

FTP_COMMAND - Execute a command on the FTP server

FTP_DISCONNECT - Close the connection (and log off) the FTP server

http://www.sap-img.com/ab003.htm

http://www.guidancetech.com/people/holland/sap/abap/yftp1.htm

GO THROUGH THIS WEBLOG WHICH LL GIVE YOU DETAILS ABOUT THE HTTP_SCRAMBLE, FTP_CONNECT, FTP_COMMAND.

/people/thomas.jung3/blog/2004/11/15/performing-ftp-commands-from-abap

Hope it 'll solve ur problem.....

<b>Reward Points if it is helpful.</b>

Thanks & Regards

ilesh 24x7

Read only

former_member188001
Active Participant
0 Likes
414

solved