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: 

sap ftp connectivity

former_member623791
Discoverer
0 Kudos

Dear all,

I have a connectivity issue in an abap program where i connected to ftp server through the function module 'ftp_connect' using sapftpa destination,credentials are all ok  and all the access are granted. then  i used "R3_TO_SERVER"   to put a file on ftp server. my program is getting timeout on this module. on the other hand, ftp log file shows that a the connection is got created and file transfer is ok. but when we check the ftp folder for the file its not present there. kindly help me to resolve this connectivity issue.

Regards,

Avtar singh.

2 REPLIES 2

Former Member
0 Kudos

R/3 Program RSFTP007 has sample logic related to FTP connection from ECC in both binary and text mode... Please check it once........ This will give much idea..

And try to login to the given SFTP server directly using required tools and check whether the you have required authentication or not on the current directory.

0 Kudos

Dear sir thanks for reply,

i tried the standard program RSFTP007 with rfc destination as sapftpa its also getting hanged in the function module "r3_to_server" only message of time out comes. In ftp log file shows that the file has been created but when i goes to the given ftp folder it doesnt show the file. I m confused the problem is at ftp end or sap end.

Regards,

Avtar singh.