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

Sending file using FTP

Former Member
0 Likes
446

Hi Friends,

I have developed a abap program that download a excel file to a application server.

i need to send the file to a shared folder or share point using FTP.

How can i send the file which is in Application server thru FTP?

Can anybody guide me on this?

Thanks in Advance

Suganya

2 REPLIES 2
Read only

Former Member
0 Likes
414

Hi,

U need to use the stsndard FTP function modules to achieve it..

The following FM are useful --

FTP_CONNECT

FTP_COPY

Thanks,

Arun

Read only

0 Likes
414

Search for a FTP FM in SE37 and use OPEN DATASET to save your file in the server.