Log in

View Full Version : FTP delete?



jmace
01-24-2012, 12:22 AM
Hey everyone!

I've been working on a new project, and FTP client. I managed to create functions that upload and download files from a server. Oddly, the thing I can't figure out is how to do an FTP delete. Can anyone help me on that? I don't want to use an API or someone else's class. (How would I learn from that?)

I've tried looking through some existing API's for hints, but their too complicated for me to figure out. You have to go from function to function in tons of files and I still don't get it.

Any help or suggestions would be great! Thanks everyone.

djr33
01-24-2012, 02:46 AM
I'm not sure, but if you're just looking for the command (and can implement it using Java), then here's some basic info:
www.cs.colostate.edu/helpdocs/ftp.html

jmace
01-24-2012, 08:04 PM
I actually knew the command, just now how to send it. I actually just figured it out though, and now my project is finally done! Thanks for your willingness to help.