‎2007 Oct 18 7:38 AM
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
‎2007 Oct 18 9:24 AM
Hi,
U need to use the stsndard FTP function modules to achieve it..
The following FM are useful --
FTP_CONNECT
FTP_COPY
Thanks,
Arun
‎2007 Oct 18 9:27 AM
Search for a FTP FM in SE37 and use OPEN DATASET to save your file in the server.