ncftp

June 9th, 2008 by Phil Hughes

Your rating: None

I needed an FTP client that would resume a put. I had been using a firefox plugin but it isn't available for firefox 3 yet. I had also used Kftpgrabber which works but is (newbies beware here) hard to use because it has a GUI instead of being a nice, clean, easy-to-use command line.

Is there such an animal? Yes, and its name is ncftp. Easy to use? I think so. For example, to upload the Plan de Manejo Reserva Natural Tisey-Estansuela (that I have named tisey_plan.pdf for sanity) to our ftp site that requires a login, here is what I did:

$ ncftp -u secret_username -p secret_password ftp.servage.net
> cd /www/p/gr
> put plan_tisey.ftp

If the file exists, its default action is to ask you what to do: skip, resume or restart.

The result? Check out http://p.nicapages.com/gr/plan_tisey.pdf and practice your Spanish. You will quickly know a lot more about where the Geek Ranch is being built.

In case you are wondering, we use servage for some of our hosting. They are in Germany, and offer a lot of space and bandwidth at a reasonable price. On the downside, no shell access is available. And, yes, they are running Linux.

__________________________

Phil Hughes

Reply

Please note that comments may not appear immediately, so there is no need to repost your comment.
The content of this field is kept private and will not be shown publicly.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <pre> <ul> <ol> <li> <dl> <dt> <dd> <i> <b>
  • Lines and paragraphs break automatically.

More information about formatting options

Newsletter

Each week Linux Journal editors will tell you what's hot in the world of Linux. You will receive late breaking news, technical tips and tricks, and links to in-depth stories featured on www.linuxjournal.com.
Sign up for our Email Newsletter

Featured Videos

Setting up an https server in Apache is easy. This tutorial covers how to create and sign your ssl certificate as well as how to configure the web server.

From the Magazine

January 2009, #177

It's a battle as old as time: good vs. evil. Fortunately, Linux and FOSS are on our side as we wage the battle against those who try to steal our secrets and invade our systems.

Checking your system's security is best done sooner rather than later. Test the locks with our article on security verification; find out how to use PAM to help secure your systems; use MinorFS and AppArmor to implement discretionary access control; learn more about Samba security in part III of our series; use Darknet to help detect bots and secure your systems; use the Yubikey to increase your site's security; and don't forget to lock the doors, because a cold boot attack could render your security useless if somebody has physical access to your computer.

But, we're not just about sowing the seeds of fear. We also show you how to use memcached in Rails, how to manage multiple servers efficiently, how to deploy applications easily with Capistrano, how to manage your videos with MythVideo, how to mix it up a bit (your audio that is), and even play a few games.

Read this issue