Re: [PHP] ftp_get from an IBM Mainframe z/vm system ?

2006-03-01 Thread Robin Vickery
On 01/03/06, Nils Reimann [EMAIL PROTECTED] wrote: $conn_id = ftp_connect($ftp_server); $login_result = ftp_login($conn_id, $ftp_user_name, $ftp_user_pass); $download = ftp_get($conn_id, $locale, TEST EXEC, FTP_ASCII); ftp_quit($conn_id); connection workd, but the download did not. i got

Re: [PHP] ftp_get from an IBM Mainframe z/vm system ?

2006-03-01 Thread Barry
Robin Vickery wrote: On 01/03/06, Nils Reimann [EMAIL PROTECTED] wrote: $conn_id = ftp_connect($ftp_server); $login_result = ftp_login($conn_id, $ftp_user_name, $ftp_user_pass); $download = ftp_get($conn_id, $locale, TEST EXEC, FTP_ASCII); ftp_quit($conn_id); connection workd, but the