Networking Forums

Networking Forums > Computer Networking > Linux Networking > Good FTP client for Linux

Reply
Thread Tools Display Modes

Good FTP client for Linux

 
 
Henrik Amundsen
Guest
Posts: n/a

 
      03-02-2004, 09:43 AM
Alex wrote Tuesday 02 March 2004 17:38:

> Hi everyone,
>
> I'm in search for a good FTP client for Linux that will reliably
> transfer an entire directory structure to the remote site. In Windows
> I live by Filezilla, but this is only for Windows. My server for
> whatever reason disconnects from time to time, and using either gftp
> or ncftpput/get I always get bumped off halfway through transfer. I
> need a good client that'll keep reconnecting and transfering when
> connection is lost.
>
> What prompted this question is last night on my Slackware box, I was
> trying to upload via FTP a gallery program, and with a total of 500+
> files and many sub-directories, it kept dropping off with gftp and
> ncftpput. I never could get it all uploaded. Today at work, I used
> Filezilla and in about 30 seconds I was done. I'm no Windows fan, and
> I only use Linux at home... but I need an FTP client that'll be rock
> solid on Linux - something similar to Filezilla.
>
> Thanks for any suggestions,
>
> Alex.


What about wine Filezilla.exe? If not, i prefer gftp/ncftp.
--
Regards,
Henrik
 
Reply With Quote
 
 
 
 
Alex
Guest
Posts: n/a

 
      03-02-2004, 03:38 PM
Hi everyone,

I'm in search for a good FTP client for Linux that will reliably
transfer an entire directory structure to the remote site. In Windows
I live by Filezilla, but this is only for Windows. My server for
whatever reason disconnects from time to time, and using either gftp
or ncftpput/get I always get bumped off halfway through transfer. I
need a good client that'll keep reconnecting and transfering when
connection is lost.

What prompted this question is last night on my Slackware box, I was
trying to upload via FTP a gallery program, and with a total of 500+
files and many sub-directories, it kept dropping off with gftp and
ncftpput. I never could get it all uploaded. Today at work, I used
Filezilla and in about 30 seconds I was done. I'm no Windows fan, and
I only use Linux at home... but I need an FTP client that'll be rock
solid on Linux - something similar to Filezilla.

Thanks for any suggestions,

Alex.
 
Reply With Quote
 
BradLEE
Guest
Posts: n/a

 
      03-02-2004, 03:43 PM
On Tue, 02 Mar 2004 08:38:24 -0800, Alex wrote:

I
> need a good client that'll keep reconnecting and transfering when
> connection is lost.
>



Maybe FileRunner will do http://www.cd.chalmers.se/~hch/filerunner.html
according to the description, it appears it will meet your needs.

good luck

 
Reply With Quote
 
Randy MacQuarrie
Guest
Posts: n/a

 
      03-02-2004, 03:46 PM
Alex <(E-Mail Removed)> wrote:
> Hi everyone,


> I'm in search for a good FTP client for Linux that will reliably
> transfer an entire directory structure to the remote site. In Windows
> I live by Filezilla, but this is only for Windows. My server for
> whatever reason disconnects from time to time, and using either gftp
> or ncftpput/get I always get bumped off halfway through transfer. I
> need a good client that'll keep reconnecting and transfering when
> connection is lost.


Midnight Commander is far and away the best ftp client.

cordially, as always,

rm
 
Reply With Quote
 
Patrick Onegin
Guest
Posts: n/a

 
      03-02-2004, 05:23 PM
Randy MacQuarrie wrote:
> Alex <(E-Mail Removed)> wrote:
>
>>Hi everyone,

>
>
>>I'm in search for a good FTP client for Linux that will reliably
>>transfer an entire directory structure to the remote site. In Windows
>>I live by Filezilla, but this is only for Windows. My server for
>>whatever reason disconnects from time to time, and using either gftp
>>or ncftpput/get I always get bumped off halfway through transfer. I
>>need a good client that'll keep reconnecting and transfering when
>>connection is lost.

>
>
> Midnight Commander is far and away the best ftp client.
>
> cordially, as always,
>
> rm

lftp

/p@
 
Reply With Quote
 
Matthew Robinson
Guest
Posts: n/a

 
      03-02-2004, 05:56 PM
gftp - its preinstalled
 
Reply With Quote
 
Gregory Toomey
Guest
Posts: n/a

 
      03-02-2004, 11:08 PM
Alex wrote:

> Hi everyone,
>
> I'm in search for a good FTP client for Linux that will reliably
> transfer an entire directory structure to the remote site. In Windows
> I live by Filezilla, but this is only for Windows. My server for
> whatever reason disconnects from time to time, and using either gftp
> or ncftpput/get I always get bumped off halfway through transfer. I
> need a good client that'll keep reconnecting and transfering when
> connection is lost.
>
> What prompted this question is last night on my Slackware box, I was
> trying to upload via FTP a gallery program, and with a total of 500+
> files and many sub-directories, it kept dropping off with gftp and
> ncftpput. I never could get it all uploaded. Today at work, I used
> Filezilla and in about 30 seconds I was done. I'm no Windows fan, and
> I only use Linux at home... but I need an FTP client that'll be rock
> solid on Linux - something similar to Filezilla.
>
> Thanks for any suggestions,
>
> Alex.


wget will recursively copy files using ftp.

gtoomey
 
Reply With Quote
 
Marco Mayer
Guest
Posts: n/a

 
      03-03-2004, 11:53 AM
what you want is ncftp
I use it daily for lots of file-transfers that have to run very reliable and
never had a problem...
 
Reply With Quote
 
Alexander Clouter
Guest
Posts: n/a

 
      03-04-2004, 10:29 PM
["Followup-To:" header set to comp.os.linux.networking.]
On 2004-03-02, Patrick Onegin <(E-Mail Removed)> wrote:
> Randy MacQuarrie wrote:
>> Alex <(E-Mail Removed)> wrote:
>>
>> Midnight Commander is far and away the best ftp client.
>>
>> cordially, as always,
>>
>> rm

> lftp
>

to avoid the 'me too' syndrome

"preach on brother..." or something...

Alex
 
Reply With Quote
 
Les Mikesell
Guest
Posts: n/a

 
      03-06-2004, 04:39 PM

"Marco Mayer" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> what you want is ncftp
> I use it daily for lots of file-transfers that have to run very reliable

and
> never had a problem...


If the other end supports ssh, forget ftp and use rsync over ssh:
rsync -essh -av localdir remotehost:/path_above_dir
Doing it again only copies new/changed files. You can
add the --delete option if you want to remove remote files
that have been deleted locally since the last run but be sure
you understand how it works.

---
Les Mikesell
(E-Mail Removed)


 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Xp pro client good only connect to one DC in the domain Nike23 Windows Networking 0 05-27-2007 09:29 PM
Good GUI-based fax client? Vincent Delporte Linux Networking 4 11-22-2006 08:15 PM
Any good WebMail client for Linux/FreeBSD? Spammay Blockay Linux Networking 12 08-17-2004 05:21 AM
Trouble Installing Linux/Cisco VPN Client Has anyone had trouble compiling the linux cisco vpn client? Here is the output of the install script: # uname -rviosm Linux 2.4.22-1.2188.nptl #1 Wed Apr 21 20:19:18 EDT 2004 x86_64 x86_64 GNU/Linux JSH Linux Networking 4 07-02-2004 12:48 PM
Samba file timestamp policy with Linux client .vs. Windows client Richard Conway Linux Networking 2 03-05-2004 07:49 AM



1 2 3 4 5 6 7 8 9 10 11