Hi,
I am getting the following error message when the 'Test' button is clicked ...
"Unable to connect to the FTP server because the specified username or password in incorrect"
This is not the case ... the username and password are correct; I have full access to the FTP server on our remote machine and from the FTP server log I can see that the connection is made, files are uploaded, test directories created and deleted etc. (see copy of log below)
We are using the FileZilla FTP server on a Windows Server 2003. Actinic is sending a "SITE chmod" to a Windows server (chmod is a Unix/Linix command) which Windows does not understand, this may or may not be the cause for the error message.
I there a way in Actinic switch to from a "*nix" to "windows" mode?
Thanks,
John
FTP server log
(000011) 31/05/2007 12:08:29 - (not logged in) (77.77.77.77)> USER myusername
(000011) 31/05/2007 12:08:29 - (not logged in) (77.77.77.77)> 331 Password required for myusername
(000011) 31/05/2007 12:08:30 - (not logged in) (77.77.77.77)> PASS *********
(000011) 31/05/2007 12:08:30 - myusername (77.77.77.77)> 230 Logged on
(000011) 31/05/2007 12:08:30 - myusername (77.77.77.77)> CWD /cgi-bin/
(000011) 31/05/2007 12:08:30 - myusername (77.77.77.77)> 250 CWD successful. "/cgi-bin" is current directory.
(000011) 31/05/2007 12:08:30 - myusername (77.77.77.77)> SITE chmod 0755 cp000001.pl
(000011) 31/05/2007 12:08:30 - myusername (77.77.77.77)> 504 Command not implemented for that parameter
(000011) 31/05/2007 12:08:30 - myusername (77.77.77.77)> disconnected.
(000009) 31/05/2007 12:08:30 - myusername (77.77.77.77)> CWD ../acatalog/
(000009) 31/05/2007 12:08:30 - myusername (77.77.77.77)> 250 CWD successful. "/acatalog" is current directory.
(000009) 31/05/2007 12:08:30 - myusername (77.77.77.77)> MKD __asdduh
(000009) 31/05/2007 12:08:30 - myusername (77.77.77.77)> 257 Directory created successfully
(000009) 31/05/2007 12:08:30 - myusername (77.77.77.77)> RMD __asdduh
(000009) 31/05/2007 12:08:30 - myusername (77.77.77.77)> 250 Directory deleted successfully
(000009) 31/05/2007 12:08:30 - myusername (77.77.77.77)> disconnected.
I am getting the following error message when the 'Test' button is clicked ...
"Unable to connect to the FTP server because the specified username or password in incorrect"
This is not the case ... the username and password are correct; I have full access to the FTP server on our remote machine and from the FTP server log I can see that the connection is made, files are uploaded, test directories created and deleted etc. (see copy of log below)
We are using the FileZilla FTP server on a Windows Server 2003. Actinic is sending a "SITE chmod" to a Windows server (chmod is a Unix/Linix command) which Windows does not understand, this may or may not be the cause for the error message.
I there a way in Actinic switch to from a "*nix" to "windows" mode?
Thanks,
John
FTP server log
(000011) 31/05/2007 12:08:29 - (not logged in) (77.77.77.77)> USER myusername
(000011) 31/05/2007 12:08:29 - (not logged in) (77.77.77.77)> 331 Password required for myusername
(000011) 31/05/2007 12:08:30 - (not logged in) (77.77.77.77)> PASS *********
(000011) 31/05/2007 12:08:30 - myusername (77.77.77.77)> 230 Logged on
(000011) 31/05/2007 12:08:30 - myusername (77.77.77.77)> CWD /cgi-bin/
(000011) 31/05/2007 12:08:30 - myusername (77.77.77.77)> 250 CWD successful. "/cgi-bin" is current directory.
(000011) 31/05/2007 12:08:30 - myusername (77.77.77.77)> SITE chmod 0755 cp000001.pl
(000011) 31/05/2007 12:08:30 - myusername (77.77.77.77)> 504 Command not implemented for that parameter
(000011) 31/05/2007 12:08:30 - myusername (77.77.77.77)> disconnected.
(000009) 31/05/2007 12:08:30 - myusername (77.77.77.77)> CWD ../acatalog/
(000009) 31/05/2007 12:08:30 - myusername (77.77.77.77)> 250 CWD successful. "/acatalog" is current directory.
(000009) 31/05/2007 12:08:30 - myusername (77.77.77.77)> MKD __asdduh
(000009) 31/05/2007 12:08:30 - myusername (77.77.77.77)> 257 Directory created successfully
(000009) 31/05/2007 12:08:30 - myusername (77.77.77.77)> RMD __asdduh
(000009) 31/05/2007 12:08:30 - myusername (77.77.77.77)> 250 Directory deleted successfully
(000009) 31/05/2007 12:08:30 - myusername (77.77.77.77)> disconnected.
Comment