Posted: 22 Jun 2011 15:41 | ||
Registered User Currently Offline |
Posts: 1 Join Date: Jun 2011 |
|
I create a script. I enter the correct ftp site, username and password. I enter the local folder, which is k:\files, and the remote folder (which is the ftp server) /. Select a local move to k:\final.
Enter my email information to receive updates on a success or error. I receive updates of a status: pass but no files have been transfered to the ftp site or the local folder. Can someone point me in the right direction? Thank you |
Posted: 14 Oct 2011 01:13 | ||
Registered User Currently Offline |
Posts: 7 Join Date: Sep 2011 |
|
I found that even though my script had an error (a typo in the target server logical name) so that no files were sent, it reported success.
I ran the script in debug mode (from the edit script window) and saw the error there. When I fixed the typo it worked perfectly. Apparently the "success" feedback is pretty much meaningless so don't trust it. |
Posted: 29 Oct 2011 19:38 | ||
Moderator Currently Offline |
Posts: 367 Join Date: Nov 2008 |
|
The ftpresult flag should have reported an error condition if you were not able to connect successfully to the server. The latest release of the product should make it even easier to look at the flag values while stepping through each line of the script. Please file a ticket regarding this case with a sample code snippet.
------------------------------- FTP Server solutions simplified |