‎2006 Feb 02 4:05 AM
Hello everyone
I need to you this -
After you place a file on the apps server (in a directory).
Then how do you FTP the file to the corresponding destination?
I need to know whether do we have to write any code in the program or use any FM or ........ any other possible ways to achieve this.
Any Answer will be really appreciated.
Thanking you
Regards
vj
‎2006 Feb 02 4:23 AM
HI
Use this Function Module
EPS_FTP_GET
You just need to provide
RFC_DESTINATION
REMOTE_FILE
REMOTE_DIRECTORY
Hope it solve your problem or do revert back
Cheers:)
Mithlesh
‎2006 Feb 02 4:23 AM
HI
Use this Function Module
EPS_FTP_GET
You just need to provide
RFC_DESTINATION
REMOTE_FILE
REMOTE_DIRECTORY
Hope it solve your problem or do revert back
Cheers:)
Mithlesh
‎2006 Feb 02 4:30 AM
VJ,
You can also use these FMs:
FTP_CONNECT
FTP_COMMAND - use the FTP Command "PUT"
FTP_DISCONNECT
Hope this helps.
Cheers,
Pat.
‎2006 Feb 02 4:34 AM
HI vj
You can also check out these Function Module as per your requirement..
EPS_FTP_PUT
EPS_FTP_LS
EPS_FTP_MGET
EPS_FTP_MPUT
EPS_GET_FTP_SYSTEM_INFO
Cheers:)
Mithlesh
‎2006 Feb 02 4:41 AM
Thank you guys.....That was helpful.
I shall check it and get back to you guys.
Thanking you.
Regards
vj