LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
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
  Search this Thread
Old 10-08-2003, 05:24 PM   #1
evaluator
LQ Newbie
 
Registered: Sep 2003
Posts: 3

Rep: Reputation: 0
ftp downloading


Does anybody know of a program that will allow you to download from an ftp server to another ftp server and then transfer to the local machine on the fly?

The reason I need this is because I can only connect to the first ftp server at 25 and I can connect to the other one at 150 and they can connect to each other at 200.

Thanks for your help.
 
Old 10-08-2003, 05:31 PM   #2
nrunge
Member
 
Registered: Oct 2003
Distribution: Debian Woody (2.4.22)
Posts: 182

Rep: Reputation: 30
I used to use something called FXP under windows. I googles real quick and here is some software for linux that supports FXP that has a nice GUI.

http://www.iglooftp.com/linux/
 
Old 10-08-2003, 05:55 PM   #3
evaluator
LQ Newbie
 
Registered: Sep 2003
Posts: 3

Original Poster
Rep: Reputation: 0
I don't see how you would get the program to transfer on the fly. I need it to be on the fly because of quotas on the middle ftp server. Anybody have any suggestions?
 
Old 10-09-2003, 10:19 AM   #4
wuck
Member
 
Registered: Sep 2003
Location: barneveld.nl
Distribution: Slackware
Posts: 170

Rep: Reputation: 30
I don't know much about bash scripting, but it should be possible to make yourself a script that could perform that task?
For as far as I know, you _have_ to (temporarely) put the files on your local system.

Code:
echo 'user yourusername yourpassword get foo.bar bye' | ftp ftp.middleserver.net 150 # get files from middleserver

# if you still want foo.bar to be uploaded somewhere else, try

echo 'user yourusername yourpassword put foo.bar bye' | ftp ftp.lastserver.net 200
Note that the bold tags need to be altered to the correct forms that apply to your environment.
Hope this helps in any way.

Last edited by wuck; 10-09-2003 at 10:20 AM.
 
Old 10-09-2003, 10:27 AM   #5
nrunge
Member
 
Registered: Oct 2003
Distribution: Debian Woody (2.4.22)
Posts: 182

Rep: Reputation: 30
FXP does do it on the fly. I used to use it in for warez back in the day when some dude didnt want to give up usernames and passes for his 0-day warez FTP's. So I would Ftp to his box which was running FXP which would relay to the 0-day FTP box. It looks like all you are looking for is to proxy the connection. The middle computer takes the data and directly passes it on the the other node. I dont understand why that wouldnt work.
 
  


Reply



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



Similar Threads
Thread Thread Starter Forum Replies Last Post
Knoppix downloading from ftp.ntua.gr cogeek General 5 08-26-2004 08:59 AM
ftp downloading crashes at 97.7Mb MunterMan Linux - Software 3 02-09-2004 06:37 AM
Downloading Slack 9.1 Via FTP Help Psyman014 Slackware 2 10-02-2003 01:49 AM
Nautilus: downloading from FTP site alexferrer Linux - Software 0 11-06-2002 11:19 PM
Problem downloading via FTP pergesu Linux - Networking 3 01-07-2002 01:18 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 12:41 AM.

Main Menu
Advertisement
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
Open Source Consulting | Domain Registration