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: 

Download a file from sap unix server using FTP

Former Member
0 Kudos

Hi All,

Can anybody please let me know how to download a file from sap unix server to a local server or local desktop using FTP. will it work in the background. Please help me, its very urgent. Thanks a lot for your help.

Regards,

Priti

2 REPLIES 2

jurjen_heeck
Active Contributor
0 Kudos

Better search the web for a unix forum. FTP is not SAP related. Maybe the basis guys know.

former_member74904
Contributor
0 Kudos

hi priti,

for downloading and uploading from the SAP serverside you can either use the following transactions : CG3Y (download) & CG3Z (upload).

these transactions however, do not use the FTP protocol. if you insist on using FTP, you may want to look into some useful function modules e.g. FTP_CONNECT etc...

good luck.