FTP synchronization for Linux
|
Author |
Message |
|
|
Posted : Sat, 15 March 2008 04:01:56
Subject :
FTP synchronization for Linux
Hi all,
I am in the final stages of converting my life to Linux...but still searching for one final application.
I need something that will allow me to synchronize files from my dev machine to a live website. I am (was?) using FTP Synch for Windows...but I am not finding anything cost-free for Linux. I am finding a couple that have trial periods that i'd have to buy after giving them a whirl...but part of the Linux attraction for me was the free aspect, and I haven't had to "buy" anything yet.
Any thoughts?
-Q
|
|
|
|
Shashank Sharma
|
Posted : Tue, 18 March 2008 10:53:37
Subject :
FTP synchronization for Linux
There are dozens of free FTP clients for Linux. Depending on what distribution you use, you can easily install them using the relevant Add/Remove Software program.
There is gftp, kftpgrabber, filezilla to name a few. You can find more if you google search.
Cheers!
|
|
omni814
|
Posted : Wed, 19 March 2008 23:21:22
Subject :
Re: FTP synchronization for Linux
There is a program called lftp which offers two-way mirroring and other features to a range of different protocols. It has served me very well.
|
|
skydiverQ
|
Posted : Fri, 21 March 2008 18:02:06
Subject :
Re: FTP synchronization for Linux
Beautiful...that's exactly what I was looking for. Not just a standard FTP client, but one with a mirroring capability. Thanks for the help.
For anyone looking for the same thing, here is a link:
http://lftp.yar.ru/
-Q
|
|
huseyin
|
Posted : Wed, 26 March 2008 14:24:30
Subject :
Re: FTP synchronization for Linux
Since this is a discussion about ftp software I think ncftp worths mentioning. This is a command line ftp client with many features: http://www.ncftp.com/ncftp/
huseyin
|
|
mego22
|
Posted : Wed, 26 March 2008 18:25:14
Subject :
FTP synchronization for Linux
Since you are syncing files between two Linux machines, you may want to look at the command rsync. This command will sync your files either via ftp or ssh. You can also cron this to so that you don't have to worry about doing it your self anymore. Here is the man page rsync: http://www.hmug.org/man/1/rsync.php
|
|
AR
|
Posted : Tue, 06 May 2008 16:22:54
Subject :
FTP synchronization for Linux
Oh yeah both lftp and rsync (preferably over ssh) has the added benefit of being usable from scripts (crontab).
Just make sure you don't include the password in the command line so anyone can "ps auxwww" it while it's running :)
|
|
|
Posted : Thu, 08 May 2008 12:08:36
Subject :
FTP synchronization for Linux
there are lots of options, gftp is my choice.
Pablo
http://pxgp.net/mtv
|