[twsocket] FTP Client - Port Number

2015-02-13 Thread Graham Powell
I have a user who wants to change the FTP Port number to something like 14581. At the client end of the operation, is this just a case of changing: Ftp1.Port := 21; To Ftp1.Port := 14581 Or is there some gotcha I am not aware of. Regards Graham -- To unsubscribe or change your settings fo

Re: [twsocket] FTP Client - Port Number

2015-02-13 Thread Angus Robertson - Magenta Systems Ltd
> I have a user who wants to change the FTP Port number to something > like 14581. Component wise there is no problem using strange ports, I use 2100 for testing stuff. But NAT routers may be less forgiving, they need to modify IP addresses in the control channel to forward packets and know w

Re: [twsocket] FTP Client - Port Number

2015-02-13 Thread Graham Powell
Thanks for the info. Graham -Original Message- From: TWSocket [mailto:twsocket-boun...@lists.elists.org] On Behalf Of Angus Robertson - Magenta Systems Ltd Sent: 13 February 2015 10:55 To: twsocket@lists.elists.org Subject: Re: [twsocket] FTP Client - Port Number > I have a user who want