$ftp_stream = $ftp($server); // ok no problem
ftp_login($ftp_stream,$user,$pass); // still working
ftp_raw($ftp_stream, 'site namefmt 0') ;// getting a 200 series response so still ok
// but here is the problem
ftp_exec($ftp_stream,'put file.txt'); // see error messages below |