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

delete file from FTP server

Former Member
0 Likes
1,698

Hi All,

I have a requirement where I need to delete a file from the FTP server. How do I do that?

Thanks in Advance.

Regards

Jaspreet

1 ACCEPTED SOLUTION
Read only

RahulKeshav
Active Contributor
0 Likes
1,027

try.....i am not sure....

FM FTP_COMMAND...

then use command 'delete' to delete (remove) a file in the current remote directory ......

thnx

R

try.....i am not sure....

FM FTP_COMMAND...

then use command 'delete' to delete (remove) a file in the current remote directory ......

thnx

R

3 REPLIES 3
Read only

Former Member
0 Likes
1,027

Did you check this?

Read only

RahulKeshav
Active Contributor
0 Likes
1,028

try.....i am not sure....

FM FTP_COMMAND...

then use command 'delete' to delete (remove) a file in the current remote directory ......

thnx

R

Read only

Former Member
0 Likes
1,027

Hi,

refer this link,

[ABAP solution to implement FTP transactions |http://wiki.sdn.sap.com/wiki/display/Snippets/ABAPsolutiontoimplementFTP+transactions]

Regards,

Vijay