‎2007 Mar 28 4:05 PM
Hi,
how can I get a current local directory for FTP_COMMAND fm ?
Thanks.
Marian
‎2007 Mar 28 4:07 PM
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
‎2007 Mar 28 4:29 PM
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.