Re: [PHP] Store file remotely using socket/fopen

2001-10-26 Thread Evan Nemerson
959. I was close... :) -- Looking for a parallel, three-dimensional explicit Eulerian grid code for astrophysical magnetohydrodynamics? Of course you are! Everyone is! http://lca.ncsa.uiuc.edu/lca_intro_zeusmp.html -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EM

Re: [PHP] Store file remotely using socket/fopen

2001-10-26 Thread Evan Nemerson
The command is STOR not STORE. Take a look at the FTP RFC- I think its 951, but im not 100%- just search for FTP RFC. On Friday 26 October 2001 05:42 am, you wrote: > Hello list, > > Simple Enough Objective: store file remotely (wu-ftp); > MinorSnag: PHP's ftp-functions unavailable at localhost

[PHP] Store file remotely using socket/fopen

2001-10-26 Thread dirk . maetens
Hello list, Simple Enough Objective: store file remotely (wu-ftp); MinorSnag: PHP's ftp-functions unavailable at localhost; BelowWorkaround: works fine for deleting remote file; MajorSnag: how to STORE a file remotely using socket? BTW: I also messed with fopen("ftp://user:pass@...";) but fail