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

File transfer from Application Server to FTP Server

Former Member
0 Likes
1,115

Hello Gurus,

I have a file in my application server.

I need to place this file from the application server to FTP server.

While writting the file to application server, I need to write the file to FTP with specific name and once I finish writting the file to onto the FTP server, I need to change the file name to another specific name.

Please help me how to proceed.

Regards,

Balu

Hello Gurus,

I have a file in my application server.

I need to place this file from the application server to FTP server.

While writting the file to application server, I need to write the file to FTP with specific name and once I finish writting the file to onto the FTP server, I need to change the file name to another specific name.

Please help me how to proceed.

Regards,

Balu

4 REPLIES 4
Read only

Former Member
0 Likes
715

Check these threads, which provide ftp concept with examples -

Read only

Former Member
0 Likes
715

Hi Balu,

Check below thread

may help you.

Regards,

Atish

Read only

Former Member
0 Likes
715

Check the below link :

You can use FM's like FTP_CONNECT ,FTP_DISCONNECT,FTP_COPY.

Thanks

Seshu

Read only

gopi_narendra
Active Contributor
0 Likes
715

Hi Balu,

You can make use of the FM: RZL_READ_FILE to open the file and then send to an internal table.

Then use the FM: FTP_R3_TO_SERVER to send it to the FTP Server.

Regards

Gopi