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 to move documents from Application server into a remote server

Former Member
0 Likes
470

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,

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

2 REPLIES 2
Read only

Former Member
0 Likes
438

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

Read only

Former Member
0 Likes
438

Hi,

Check below link.

Thanks,

Asit Purbey.