from ftp to linux box? help!
ive been using linux for a few years but i am far from being a guru. I am trying to figure out a way to download directly from a FTP Dump to my linux box. The only thing i can think of is setting up some type of VNC and installing kde and a ftp client. I really want to stay away from installing a GUI or VNC/FREENX on this box. Any suggestions?
Re: from ftp to linux box? help!
You can do it with a command-line client and a mini script that connects to the ftp and runs what commands you want(copy specific directories without overwriting).
Crontab + that_script = love
Re: from ftp to linux box? help!
Re: from ftp to linux box? help!
-the default ftp client
-ncftp
-gftp
-lftp
-cURL
Re: from ftp to linux box? help!
Quote:
Originally Posted by
reese
ive been using linux for a few years but i am far from being a guru. I am trying to figure out a way to download directly from a FTP Dump to my linux box. The only thing i can think of is setting up some type of VNC and installing kde and a ftp client. I really want to stay away from installing a GUI or VNC/FREENX on this box. Any suggestions?
This is probably too late but most distros of Linux come with wget - The non-interactive network downloader.
Like the man says, "GNU Wget is a free utility for non-interactive download of files from the Web. It supports HTTP, HTTPS, and FTP protocols, as well as retrieval through HTTP proxies."
Re: from ftp to linux box? help!
vsftpd
proftpd
I use those on my desktop computer when transferring files around my home network.
Please note that I do not have any experience with dedicated servers/vps, so i can't help so much