PDA

View Full Version : ftp server test problem


artpro
13th of February 2004 (Fri), 10:16
Hello:

I am trying to install ee 1.5 and am having problems with the ftp server test. There does not seem to be anything in the documentation that addresses my particular problem.

My server info is as follows:

Server protocol: HTTP/1.1
Http accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/msword, application/vnd.ms-excel, application/vnd.ms-powerpoint, application/x-shockwave-flash, */*
Http accept encoding:
MySQL version (reported by MySQL server): 4.0.12-standard
PHP version: 4.3.3

The Ftp info is as follows:

EE HAS DETERMINED THAT PHP FTP MODULE IS INSTALLED ON THIS SERVER.


FUNCTIONS: ftp_connect | ftp_login | ftp_pwd | ftp_cdup | ftp_chdir | ftp_exec | ftp_mkdir | ftp_rmdir | ftp_nlist | ftp_rawlist | ftp_systype | ftp_pasv | ftp_get | ftp_fget | ftp_put | ftp_fput | ftp_size | ftp_mdtm | ftp_rename | ftp_delete | ftp_site | ftp_close | ftp_set_option | ftp_get_option | ftp_nb_fget | ftp_nb_get | ftp_nb_continue | ftp_nb_put | ftp_nb_fput | ftp_quit |


When I run the test I am getting the results below. Anyone have any idea what the problem is?

All my ftp server settings are correct. I checked my error log on my web site and there are none reported.

FTP SERVER NAME: EE PROGRAM SERVER
FTP SERVER: ftp.bizland.com
CONNECTION (ftp address): OK
LOGIN (username and password): OK
PWD: /
CHANGE DIRECTORY TO '/gallery': OK
CREATE DIRECTORY 'ee_ftp_test_directory_creation': OK
CHANGE DIRECTORY TO '/gallery/ee_ftp_test_directory_creation': OK
CHANGE DIRECTORY TO '/gallery': OK
DIRECTORY 'ee_ftp_test_directory_creation' REMOVAL: OK
UPLOAD TEST IMAGE 'ee_test0.jpg': FAILED Reason: ftp_put(): Type set to I
GET 'ee_test0.jpg' SIZE: OK
GET 'ee_test0.jpg' MODIFIED DATA: OK
UPLOAD TEST IMAGE 'ee_test1.jpg': FAILED Reason: ftp_put(): ee_test0.jpg: No such file or directory
GET 'ee_test1.jpg' SIZE: OK
GET 'ee_test1.jpg' MODIFIED DATA: OK
UPLOAD TEST IMAGE 'ee_test2.jpg': FAILED Reason: ftp_put(): ee_test1.jpg: No such file or directory
GET 'ee_test2.jpg' SIZE: OK
GET 'ee_test2.jpg' MODIFIED DATA: OK
UPLOAD TEST IMAGE 'ee_test3.jpg': FAILED Reason: ftp_put(): ee_test2.jpg: No such file or directory
GET 'ee_test3.jpg' SIZE: OK
GET 'ee_test3.jpg' MODIFIED DATA: OK
UPLOAD TEST IMAGE 'ee_test4.jpg': FAILED Reason: ftp_put(): ee_test3.jpg: No such file or directory
GET 'ee_test4.jpg' SIZE: OK
GET 'ee_test4.jpg' MODIFIED DATA: OK
DELETE REMOTE TEST IMAGE 'ee_test0.jpg': FAILED Reason: ftp_delete(): ee_test0.jpg: No such file or directory
DELETE REMOTE TEST IMAGE 'ee_test1.jpg': FAILED Reason: ftp_delete(): ee_test1.jpg: No such file or directory
DELETE REMOTE TEST IMAGE 'ee_test2.jpg': FAILED Reason: ftp_delete(): ee_test2.jpg: No such file or directory
DELETE REMOTE TEST IMAGE 'ee_test3.jpg': FAILED Reason: ftp_delete(): ee_test3.jpg: No such file or directory
DELETE REMOTE TEST IMAGE 'ee_test4.jpg': FAILED Reason: ftp_delete(): ee_test4.jpg: No such file or directory
CHECK IF EE HOME DIRECTORY: OK
DISCONNECTION FROM SERVER (close): OK


Thanks for any help!


Andrew O.

mvrekum
13th of February 2004 (Fri), 10:57
Yes, I had that to. I forgot to set the rights of the UPLOAD folder to writable.

Martin

artpro
13th of February 2004 (Fri), 11:10
Thanks for your quick reply Martin, however, I checked and the rights are set correctly. I have reset them again, just to make sure, but I still get the same errors.

Andrew

wkitty42
13th of February 2004 (Fri), 11:35
Thanks for your quick reply Martin, however, I checked and the rights are set correctly. I have reset them again, just to make sure, but I still get the same errors.
what operating system is the server running on? by your comment about setting the access rights, i can assume either windows (one of the NT flavors) or *nix... however, i can't tell by the log which one...

what are the rights you do have set for that directory?

i did try to log into the server but it doesn't allow anonymous access so i was unable to get the server to tell me, either :(

artpro
13th of February 2004 (Fri), 12:09
The rights are set 777 read, write, execute. I believe it is a UNIX server.

Pekka
13th of February 2004 (Fri), 13:17
Can you mail me pekka AT photography-on-the.net your ftp login info (DO NOT POST THEM HERE) and I'll test it from here. Sounds like either local permission problem or PHP ftp module bug (sometimes it fails to transfer small files).

nailzzz
27th of September 2004 (Mon), 05:29
Can you mail me pekka AT photography-on-the.net your ftp login info (DO NOT POST THEM HERE) and I'll test it from here. Sounds like either local permission problem or PHP ftp module bug (sometimes it fails to transfer small files).

Hello, Pekka! I have the same problem, could u help me?