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 error

Former Member
0 Likes
689

Everytime I try and do the FTP command

lcd
sapnt008\sapmnt\trans

i get errno 22: Invalid argument

I'm trying to FTP a file that was created on the SAP App server to another server.

Any help will be rewarded.

Thanks

Richard

3 REPLIES 3
Read only

Former Member
0 Likes
486

If i'm running in background do I have to use SAPFTPA or can I use SAPFTP. The problem is the SAPFTP is running on my local PC .

Read only

0 Likes
486

Please post your code.

Raja T

Read only

0 Likes
486

Thanks, I've got it figured out. Real basic, the SAPFTP rfc is confirgured to run on the client PC and therefore does not see the App sever as the local. SAPFTPA runs on the App server and does see itself as the local. Using the SAPFTPA worked perfect. I will reward myself.