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_COMMAND

Former Member
0 Likes
563

Hi,

how can I get a current local directory for FTP_COMMAND fm ?

Thanks.

Marian

2 REPLIES 2
Read only

ferry_lianto
Active Contributor
0 Likes
476

Hi,

Please try FTP commmad 'lcd' (to change directory on your local machine (same as UNIX cd) or 'cd' (to change directory on the remote machine).

For more information on FTP commands, please check this link.

http://www.cs.colostate.edu/helpdocs/ftp.html

Regards,

Ferry Lianto

Read only

0 Likes
476

My server is runnin on Windows.

First I save something to application server by command open dateset ... transver,

later I need to send it to ftp site. Open dataset save it to some directory e.g. DIR_HOME what in my case is "D:\usr\sap\E01\DWEBMGS00\work" later I need to send some file with put command but I cannot move to "D:\usr\sap\E01\DWEBMGS00\work" directory.

So I need some like pwd but for local side of connection to know where I am currently.

Thank you very much.