Jordan Share wrote:
> 
> Well, how do use HTTP to copy files to the machine I am controlling?  I have
> had people tell me that this is possible, but I guess I've never really
> investigated.  If it involves writing ASP (or whatever) and submitting files
> via the browser, this is not so much what I am looking for.
> 
> As far as using FTP in passive mode, can you tell me how to get this to work
> when both machines are behind a "one-to-many" NAT?  I was pretty sure the
> FTP protocol required 2 connections, one for control and one for data.  Is
> this not right?

That is true for active mode connections only. The purpose of passive
mode is to allow the control connection to also be used for data
transfer.

As for the one-to-many NAT problem, that is tricky, but obviously
you have done something to allow VNC connections in this situation
(how do you handle that, by the way?), so do the same thing for the
ftp port that you do for the VNC one and you should be on your way.

-- Joe Knapka
---------------------------------------------------------------------
To unsubscribe, send a message with the line: unsubscribe vnc-list
to [EMAIL PROTECTED]
See also: http://www.uk.research.att.com/vnc/intouch.html
---------------------------------------------------------------------

Reply via email to