errorlevels ... again
Ok, I thought I had the problem sorted out but there is still an issue.
As per the activity log snippet below, if the remote server times outs, the "abort" is automatically sent ...
The log would indicate that the errorlevel returned is 0 which means it was a success. Clearly this is not the case ... any thoughts?
<-----snippet starts----->
Uploading files started ... <== this comment added by my batch file
batch on
confirm off
Initialisation...
Searching for host...
Connecting to host...
Authenticating...
Host has not answered for 15 seconds.
Wait for another 15 seconds? Pressing 'Abort' button will close session.
(A)bort, (R)etry: Abort
Authentication failed.
Terminated by user.
transfer binary
y:\!Uploads_To_Storm
No session.
No session.
No session.
File(s) successfully uploaded ... <== this comment added by my batch file
<-----snippet ends----->
As per the activity log snippet below, if the remote server times outs, the "abort" is automatically sent ...
The log would indicate that the errorlevel returned is 0 which means it was a success. Clearly this is not the case ... any thoughts?
<-----snippet starts----->
Uploading files started ... <== this comment added by my batch file
batch on
confirm off
Initialisation...
Searching for host...
Connecting to host...
Authenticating...
Host has not answered for 15 seconds.
Wait for another 15 seconds? Pressing 'Abort' button will close session.
(A)bort, (R)etry: Abort
Authentication failed.
Terminated by user.
transfer binary
y:\!Uploads_To_Storm
No session.
No session.
No session.
File(s) successfully uploaded ... <== this comment added by my batch file
<-----snippet ends----->