[ILUG] Re: recursive host-to-host FTP

From: Matthew Sammon (sammonm at domain tcd.ie)
Date: Sat 08 Jul 2000 - 18:09:19 IST


> it's an ftp server problem. and besides there are three hosts here:
> two servers with good net connections and one pc with a bad one. at
> least that's what i understood the question to be.

This is the exact problem (sorry my original mail was ambiguous). The
site is currently on clubi's servers and I want to transfer it to a
new webhost (not under my control). I obviously want to avoid
downloading 2.5Mb of miscellaneous gifs and html files over a dodgy
phone line and 28.8 modem and then re-uploading to new host. I have
done this in past with w3mir and weex (a sitecopy clone) and its a
real pain.

> so the idea is to tell server A to xfer files to server B. the ftp
> protocol does allow for that (you'd have to add the recursive bit
> by yourself) but i think a lot of ftp servers disable it for
> security reasons. do a man on ftp and look at the proxy command.

I remember seeing this kind of function on Windows FTP clients (I
don't think I ever actually got it to work).
Any way I can get the ftp client to open up connections to the two
servers simultaneously but it looks like they've disabled these kind
of transfers:
ftp> proxy get foo.gif
local: foo.gif remote: foo.gif
212.67.201.76:200 Type set to I.
212.67.201.76:227 Entering Passive Mode (212,67,201,76,4,209).
web-3.via-net-works.ie:200 Type set to I.
web-3.via-net-works.ie:500 Illegal PORT Command
ftp> proxy put foo.html
local: foo.html remote: foo.html
212.67.201.76:227 Entering Passive Mode (212,67,201,76,4,210).
web-3.via-net-works.ie:500 Illegal PORT Command

Ah well

-- 
Matthew Sammon  | 
Yr3 CompSci TCD |
sammonm at domain tcd.ie  |


This archive was generated by hypermail 2.1.6 : Thu 06 Feb 2003 - 13:06:49 GMT