Re: Remote-to-Remote FTP
From: Alex Volkov (avolkov_at_bpvn.com)
Date: 02/19/04
- Next message: Lou Prete [MSFT]: "RE: error 0x8ffe2740 ftp issue"
- Previous message: Alex Volkov: "Re: Problem: IIS 6, external CGI (.exe) + RAW-WRITE ISAPI filter"
- In reply to: paul reed: "Remote-to-Remote FTP"
- Next in thread: Dave Karmens: "Re: Remote-to-Remote FTP"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 19 Feb 2004 13:41:19 -0500
The way remote-to-remote FTP xfers are performed is with a combination of
PASV/PORT commands. One remote machine is sent the PASV command and it
responds with an IP/Port combo, then you take that combo and feed it to
another remote machine with a PORT command. So if any one of those FTP
servers support PASV (and its enabled) you can do remote-to-remote, does not
matter what the exact FTP server software is.
Firewall rules may prevent you from using PASV on one of the servers, so you
can always try it the other way around -- use PASV with another server.
Cheers!
Alex.
"paul reed" <prreed@jacksonreed.com> wrote in message
news:OdfL4ax9DHA.1312@TK2MSFTNGP09.phx.gbl...
> Hello,
>
> We use an ISP to host our application. I want to be able to FTP our
binaries
> out of the QA domain and then into the Production domain...from my
> development machine which is external to the ISP. I have FTP software that
> supports this capability but our ISP doesn't know if IIS supports this.
>
> Can someone tell me what I should tell them to see if this can be done.
>
> Regards,
>
> Paul
>
>
- Next message: Lou Prete [MSFT]: "RE: error 0x8ffe2740 ftp issue"
- Previous message: Alex Volkov: "Re: Problem: IIS 6, external CGI (.exe) + RAW-WRITE ISAPI filter"
- In reply to: paul reed: "Remote-to-Remote FTP"
- Next in thread: Dave Karmens: "Re: Remote-to-Remote FTP"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|