LinuxQuestions.org
Visit the LQ Articles and Editorials section
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices

Reply
 
LinkBack Search this Thread
Old 07-24-2007, 09:10 PM   #1
ufmale
Member
 
Registered: Feb 2007
Posts: 378

Rep: Reputation: 30
ftp/scp tool and technique


I am trying to download a bunch of data with subdir (hundreds Gb) over the network from AIX machines to my windows and Linux computers.
I run into a lot of obstrucle. The gftp on Linux keeps corrupting. On windows, the tools (filezilla,cubeftp) I download from the Internet keeps crashing.

Does anyone have any recommendation how to download the data robustly on Windows, and Linux?
 
Old 07-24-2007, 09:23 PM   #2
lazlow
Senior Member
 
Registered: Jan 2006
Posts: 4,362

Rep: Reputation: 169Reputation: 169
IF I remember correctly AIX can use nfs. This would allow the Linux boxes to mount the directories and do a normal copy.
 
Old 07-25-2007, 06:47 AM   #3
gloriant
Member
 
Registered: Sep 2004
Distribution: Debian{Woody,Sarge,Etch}, UbuntuLTS6.06, SuSE{6.2,8.0}
Posts: 42

Rep: Reputation: 15
this seems like an excellent job for rsync....
Code:
rsync -avH aixmachine:/some/dir/to/get/from /mnt/backupdisk/today
and many other possibilities.

if your aix machine supports ssh, use
Code:
rsync -avH -e 'ssh -l user_on_aix' aixmachine:/some/dir/to/get/from /mnt/backupdisk/today
Your aix machine should (also) have rsync installed. (check it with which rsync.

on linux rsync is (distribution specific) straightforward to install.
to install rsync on windows, I'd suggest installing cygwin (and rsync in cygwin).

Last edited by gloriant; 07-25-2007 at 06:48 AM.
 
Old 07-25-2007, 07:11 AM   #4
bakfupai
Member
 
Registered: Apr 2006
Location: Sweden
Distribution: CentOS, RHEL, SourceMage, OpenBSD
Posts: 40

Rep: Reputation: 15
NFS is not really a good solution for a windows computer. If it was me I'd just use scp on GNU/Linux and WinSCP on Windows. Rsync would work too but it sounds like a lot of hassle just to download files.

Anyway, I don't see any reason why gftp would corrupt the files. And FileZilla was rock stable last time I tried it so have maybe there is something wrong with your computer. A failing disk could cause the problems you describe.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
why is scp slow and ftp fast on same connection fpiergen Linux - Networking 1 04-11-2007 07:57 PM
Ftp or SCP (ssh key) vladoportos Debian 2 02-20-2006 08:58 AM
slow NFS/SCP but fast HTTP/FTP darcon3k Linux - Networking 1 10-13-2005 05:22 AM
Dumping FTP in favor of SCP or SFTP Donboy Linux - Security 7 07-14-2004 10:25 PM
Data transfer from one Linux machine to another with FTP or scp faucon Linux - Newbie 6 09-10-2003 01:37 PM


All times are GMT -5. The time now is 01:10 AM.

Main Menu
 
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration