Hi,
Not sure if this is a VC issue but cant imagine it to be a problem with FTP). I am trying to upload a file and have a destination directory. For some reason, the script tries multiple times to change the directory and then tries multiple times to CREATE the directory!
Does anyone have an idea why these commands are getting executed? (I imagine it would need internally to check directory--PWD--and then CWD to the right directory)
Why would it try to create a new directory on the remote server??
Thanks,
M.
Here's the log: (The destination directory is 'in')
220 ProFTPD 1.2.5 Server (FTP Server) [www.americanwebdesigners.net]
USER xxx
331 Password required for xxx.
PASS ********
230 User xxx logged in.
FEAT
500 FEAT not understood.
SYST
215 UNIX Type: L8
PWD
257 "/" is current directory.
PWD
257 "/" is current directory.
PWD
257 "/" is current directory.
CWD in\
550 in\: No such file or directory
CWD in
250 CWD command successful.
CWD in\
550 in\: No such file or directory
CWD in\
550 in\: No such file or directory
MKD in\
257 "/in/in\" - Directory successfully created
PWD
257 "/in" is current directory.
PWD
257 "/in" is current directory.
CWD in/
550 in/: No such file or directory
TYPE A
200 Type set to A.
PASV
227 Entering Passive Mode (64,27,104,76,11,65).
LIST
150 Opening ASCII mode data connection for file list
226-Transfer complete.
226 Quotas off