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: 

FTP : errno 2: no such file or directoty

Former Member
0 Kudos
760

Hi all,

My requirement is to transfer excel file from FTP server location.

1) For that I have used FM: FTP_connect to establish connection to FTP server.

2) After that I have used FM: FTP_command and with the command "CD FTP_directory_path" ia have set the source file directory in FTP location.

3) My problem is, when I am trying to set the local sap in bound directory using the command "LCD sap_inbound_directory_path". I am getting error "errno 2: no such file or directoty".

I have tried to resolve that with the help of our BASIS consultant, but the still the problem persists.

Still issue is not solved, even changed ftp destination to SAPFTPA as mentioned earlier in this forum.

Thanks in advance,

Suresh Yerra

1 REPLY 1

Former Member
0 Kudos
191

lcd path.

the path is sap application server path. not the local system path.