2009 Mar 03 1:28 PM
Hi,
We have a requirements to connect to a remote server. we need to move the documents from the SAP application server to the remote server using FTP.
I need to take all files from specifc directories in application server, based on mask. Ex. all files starting with DBN ( mask DB_N_* ). I am not sure sure how to do this selection and file movement.
Kindly advise. Your help would be highly valued.
Ravi
Hi,
Below are some of the FM that will be used in FTP to server:
FTP_CLIENT_TO_R3
FTP_COMMAND
FTP_COMMAND_LIST
FTP_CONNECT
FTP_COPY
FTP_DISCONNECT
FTP_R3_TO_CLIENT
FTP_R3_TO_SERVER
FTP_SERVER_TO_R3
FTP_START_REG_SERVER
FTP_START_SAPFTP
FTP_STOP_REG_SERVER
FTP_VERSION
You have to use the below FM in order to transfer the file to FTP server:
FTP_CONNECT
FTP_COMMAND
FTP_DISCONNECT
Regards
Shiva
2009 Mar 03 2:05 PM
Hi,
Below are some of the FM that will be used in FTP to server:
FTP_CLIENT_TO_R3
FTP_COMMAND
FTP_COMMAND_LIST
FTP_CONNECT
FTP_COPY
FTP_DISCONNECT
FTP_R3_TO_CLIENT
FTP_R3_TO_SERVER
FTP_SERVER_TO_R3
FTP_START_REG_SERVER
FTP_START_SAPFTP
FTP_STOP_REG_SERVER
FTP_VERSION
You have to use the below FM in order to transfer the file to FTP server:
FTP_CONNECT
FTP_COMMAND
FTP_DISCONNECT
Regards
Shiva
2009 Mar 04 4:50 AM
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |