I'm trying to make simple ftp client, used the following article for base:
http://www.devarticles.com/c/a/PHP/Building-An-FTP-Client-With-PHP/3/
All works, I can login, see list of files, but except ftp_put and ftp_get
functions. They return always false. I tried to set passive mode, it doesn't
help.