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

regarding FTP

Former Member
0 Likes
597

Hi All,

I have no idea of FTP..

Please help me with the steps followed for a FTP process.

Also, give the values (Format of the inputs need to be, just an example)

Thanks for your help in advance.

Arun

Hi All,

I have no idea of FTP..

Please help me with the steps followed for a FTP process.

Also, give the values (Format of the inputs need to be, just an example)

Thanks for your help in advance.

Arun

4 REPLIES 4
Read only

Former Member
0 Likes
549

HI Arun,

look at the following threads

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

Read only

Former Member
0 Likes
549
Read only

Former Member
0 Likes
549

Hi,

Have a look at these good links-

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

Mark useful answers.

Regards,

Tanuja.

Read only

Former Member
0 Likes
549

Hi Arun, FTP is used to transfer files between two systems. Basically we can transfer the file from SAP application server to Unix server or the legacy system by creating a shell script.

If in case u need to transfer it from SAP Application server first u need to create an external command and then attach the shell scrip there. Then u can use SXPG_COMMAND_EXECUTE function module to execute this external command.