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 Data Transfer with SAPFTPA

Private_Member_19084
Active Contributor
0 Kudos

Hello,

I would like to use the ftp-command "! ls -l".

As I use the " ! " in ftp, the command should be executed on the local pc/application server (not on the remote server).

When I use the rfc_destination SAPFTP the command runs perfect and I get as result (from FTP_COMMAND) all files listed.

But when I use the rfc_destination SAPFTPA I don't get the files listed.

Also no error

Any ideas, how can get the result from an " ! " command???

Much thx in advance

Christian

1 REPLY 1

Private_Member_19084
Active Contributor
0 Kudos

I decided to use the SM69 command.

So I use a direct OS command instead of the remote "local" command.