From the command line, I want to download a file from a FTP server. Once the download completes, I want the file to be deleted on the server. Is there any way to do this?
Originally I considered wget, but there is no particular reason why to use that specifically. Any tool would be fine as long as it runs on Linux.
wget, no.wget, please, edit your question and explain ;)