Re: [Tutor] control multiple FTP sessions using multiple ip connectionsvia different com ports

2007-02-17 Thread ray sa
Hi Alan et al Many thanks for your time on this. I was referring to the client end. An EDGE terminal is a phone that has the capability of connecting to the internet. We use mobile phones to make a voice call that make use of a circuit switched connection. By using a GPRS conne

Re: [Tutor] control multiple FTP sessions using multiple ip connectionsvia different com ports

2007-02-17 Thread Alan Gauld
"ray sa" <[EMAIL PROTECTED]> wrote > I have been successful to write an ftp script that logs > into a server and collects files. > ...I would like to run multiple ftp sessions using one laptop > with two different connections. Do you mean you want the server on the laptop accepting using

Re: [Tutor] control multiple FTP sessions using multiple ip connectionsvia different com ports

2007-02-17 Thread Johan Geldenhuys
Well, I'm not a great expert on this, but in the FTPlib, it makes use of sockets. Maybe Alan can comment if socket.getaddrinfo(host, port) can be manipulated to change the outgoing interface. Good topic. Johan _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of ray sa

Re: [Tutor] Picking Nits in "Learning to Program"

2007-02-17 Thread Alan Gauld
"Roel Schroeven" <[EMAIL PROTECTED]> wrote > Notwithstanding my other mail, it might be better to use another > term. > Alan, you already use the name 'floating point numbers' in that > section; I did consider that but since some programming languages specifically have a "Real" type(Pascal, Mo