Good Day,
I'm assisting a client who run's this software with an issue. We run an FTP over SSL explicit server that requires login. They have setup the connection to our server, but when ever the job runs, it fails.
Through the explorer I can browse the server and even copy the test file from the server to my local pc, but the second I try do this as an automated job it fails. I get the following error.
Version is V7.1.6 - Requires change control to upgrade, so not an option at this point.
Exception in Task: Failed to CommandFTPCopyMoveFiles file(s), err: Unaccepted server reply (error code is 550)
220 Microsoft FTP Service
AUTH TLS
234 AUTH command ok. Expecting TLS Negotiation.
USER AfricanBank
331 Password required for **********.
PASS ********
230 User logged in.
PBSZ 0
200 PBSZ command successful.
PROT P
200 PROT command successful.
FEAT
211-Extended features supported:
LANG EN*
UTF8
AUTH TLS;TLS-C;SSL;TLS-P;
PBSZ
PROT C;P;
CCC
HOST
SIZE
MDTM
REST STREAM
211 END
PBSZ 0
200 PBSZ command successful.
PROT P
200 PROT command successful.
SYST
215 Windows_NT
PWD
257 "/" is current directory.
PWD
257 "/" is current directory.
PWD
257 "/" is current directory.
PWD
257 "/" is current directory.
PWD
257 "/" is current directory.
PWD
257 "/" is current directory.
TYPE A
200 Type set to A.
PASV
227 Entering Passive Mode ).
LIST
150 Opening ASCII mode data connection.
226 Transfer complete.
PWD
257 "/" is current directory.
PWD
257 "/" is current directory.
SIZE c:\/Test.txt
550 The parameter is incorrect.
RNFR /Test.txt
350 Requested file action pending further information.
RNTO c:\/Test.txt
550 The parameter is incorrect.
Now I'm not sure if the error is the same on his side, but I can say this is what I have been able to replicate with the a pretty general setup.
Edited by user
2014-09-10T06:44:20Z
|
Reason: Not specified