Click here to Skip to main content
15,892,643 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi how to delete text file in ftp??!!
Posted
Comments
[no name] 17-Jan-15 8:33am    
Use Google to find your solution. I.e. http://www.cs.colostate.edu/helpdocs/ftp.html[^]

Section "Commands" will maybe help you.
DamithSL 17-Jan-15 8:34am    
What you have tried?

1 solution

To delete a file via FTP you can use DELE command. For more information, see List of FTP commands[^]

Note that the commands differ depending on the client. For example if you use MS client you would use delete. See Ftp: delete[^]
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900