[PHP] FTP (via firewall)

2004-02-18 Thread Tommi Virtanen
Hi! It's quite easy to write code, which connect to FTP-site (and upload one file), but How I can do it, if I had Firewall (like 123.123.123.123), and Firewall type is USER with no logon (following text from WS_FTP). Regards, gustavus -- PHP General Mailing List (http://www.php.net/) To

Re: [PHP] FTP (via firewall)

2004-02-18 Thread Jason Wong
On Wednesday 18 February 2004 17:34, Tommi Virtanen wrote: It's quite easy to write code, which connect to FTP-site (and upload one file), but How I can do it, if I had Firewall (like 123.123.123.123), and Firewall type is USER with no logon (following text from WS_FTP). Please explain

Re: [PHP] FTP (via firewall)

2004-02-18 Thread Tommi Virtanen
Please explain exactly what the problem is. If you had a firewall in the way and a normal FTP client couldn't login then whatever you do in PHP would not be able to get you in either. (from php.net) $conn_id = ftp_connect($ftp_server); $login_result = ftp_login($conn_id, $ftp_user_name,

Re: [PHP] FTP (via firewall)

2004-02-18 Thread Jason Wong
On Wednesday 18 February 2004 18:27, Tommi Virtanen wrote: This is simple, but I have firewall How to enter firewall ip Either I am stupid or you're not explaining the problem clearly enough. For starters: - what is the firewall doing? - what are you trying to do? -- Jason Wong -

Re: [PHP] FTP (via firewall)

2004-02-18 Thread Raditha Dissanayake
- what is the firewall doing? - what are you trying to do? cant' resist a me too post. - what is the firewall doing? - what are you trying to do? -- Raditha Dissanayake. http://www.radinks.com/sftp/ |