‎2008 Nov 26 3:20 PM
Hi,
I need to create OS level command using SM69 and need to pass it to function module SXPG_CALL_SYSTEM for transferring file to FTP.The result should be similar to when we execute the below one.
ftp
ftp> open domain.name
Connected to domain.name
220 antigonous FTP server ready.
User (domain.name:(none)): User-Name
331 Password required for user-name
Password: password
230 User user-name logged in.
ftp>
then go particular directory
ftp> cd /web
The following command will copy a file from the local system to the remote system.
ftp> put d:\simoweb1\filename.txt
200 PORT command successful.
Opening ASCII mode data connection for filename.txt
226 Transfer complete
ftp>
Thanks,
Venkatesh.
‎2008 Nov 27 11:35 AM
Check if this is useful:
1-http://help.sap.com/saphelp_nw70/helpdata/en/c4/3a8023505211d189550000e829fbbd/content.htm
2-http://www.sap-img.com/ab003.htm
Regards
Neha
Edited by: Neha Shukla on Nov 27, 2008 5:06 PM
Edited by: Neha Shukla on Nov 27, 2008 5:07 PM