Hi, I have a script that uses ftpscrpt.exe to transfer a file (simple case) to my server, but in the logs it lists FAILURE errors (below) even though, after inspection, the file did get successfully transferred. Does anyone know why this is happening?
- Jeff Script... TRACE C:\file.log LOG C:\file.log CONNECT (saved profile name here) PUT C:\file.txt /web/file.txt 0 CLOSE Log... ...cut SFTP Protocol Version 3 OK sftp protocol initialized Changing remote directory to "/web" Success Connect returned [] 0 Processing Line [PUT C:\file.txt /web/file.txt 0] Transferring C:\Server\license.dat to /web/file.txt Opening remote file "/web/file.txt" for writting Uploading local file "C:\file.txt" # transferred 400 bytes in 0.060 seconds, 52.003 Kbps ( 6.500 KBps), transfer succeeded. Success FAILURE, Start: 03:16:02 End: 03:16:02 Bytes: 400PUT /web/file.txt Mode 0 FAILURE, Start: 03:16:02 End: 03:16:02 Bytes: 400 PUT /web/file.txt PUT returned FAILURE in command [PUT C:\file.txt /web/file.txt 0] Doing ONERROR Continue Processing Line [CLOSE] ... Please visit http://www.ipswitch.com/support/mailing-lists.html to be removed from this list.
