Problems to upload file

Core FTP client questions and answers
Locked
alecros
Posts: 2
Joined: Sat Oct 08, 2011 2:47 pm

Problems to upload file

Post by alecros »

Hello...
I have windows xp sp2, and apache2.2 with php5.3

I have problems to upload a PEAR configuration file...
The PEAR file is .pearrc and the messages show are :

Welcome to Core FTP, release ver 2.2, build 1692 (U) -- © 2003-2011
WinSock 2.0
Mem -- 982,320 KB, Virt -- 2,097,024 KB
Started on Friday October 21, 2011 at 16:43:PM
Connect socket #448 to 173.255.205.161, port 21...
220 ProFTPD 1.3.3a Server (unix1.mardelhosting.net) [173.255.205.161]
USER ftp@mundoaudaz.com.ar
331 Password required for ftp@mundoaudaz.com.ar
PASS **********
230 User ftp@mundoaudaz.com.ar logged in
SYST
215 UNIX Type: L8
Keep alive off...
PWD
257 "/" is the current directory
PASV
227 Entering Passive Mode (173,255,205,161,227,18).
LIST
Connect socket #424 to 173.255.205.161, port 58130...
150 Opening ASCII mode data connection for file list
226 Transfer complete
Transferred 982 bytes in 0.015 seconds
CWD /pear
250 CWD command successful
PASV
227 Entering Passive Mode (173,255,205,161,168,205).
LIST
Connect socket #788 to 173.255.205.161, port 43213...
150 Opening ASCII mode data connection for file list
226 Transfer complete
Transferred 0 bytes in 0.008 seconds
PWD
257 "/pear" is the current directory
TYPE A
200 Type set to A
PASV
227 Entering Passive Mode (173,255,205,161,144,104).
STOR .pearrc
Connect socket #784 to 173.255.205.161, port 36968...
150 Opening ASCII mode data connection for .pearrc
226 Transfer complete
.pearrc - 813 bytes transferred
MDTM 20111019215552 .pearrc
550 20111019215552 .pearrc: No such file or directory
Transfer time: 00:00:02

When I check the transfer...the file is not in the choosed directory....

Wich can be the problem?

Thanks

Alejandro
ForumAdmin
Site Admin
Posts: 1011
Joined: Mon Mar 24, 2003 4:37 am

Post by ForumAdmin »

advanced -> general -> advanced directory listing (checked black)
Locked