hi,
im trying to set up a ftp connection from within a script. the problem is, when i call ftp_put(..) i get the following abstract message!
Warning: ftp_put: PORT command successful. in /../upload2.php on line 121
line 121 - is the ftp_put() command
the script connects the socket ok and logins in to the ftp server ok.. but then hits problems on the ftp_put command.
although the script displays the ftp_put error msg above, it still manages to transfers a file (with the correct name) of size 0 to the FTP directory.
any ideas?
thanks, CK
[ill post the code if u want]