Post a reply

Before posting, please read how to report bug or request support effectively.

Bug reports without an attached log file are usually useless.

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

martin

Re: Verification, Errors, Logging

Ilya wrote:

Right now i'm using errorlevel to see if there was an error, but is there a way to check if the transfer was successful?

What's the difference?

Also if there was an error, is it possible for me to log the error string.. or is there a numerical match to the error?

No.
Ilya

Verification, Errors, Logging

I'm writing a batch script that will upload a file to a server. Once that gets done, it moves the file localally to another directory. I need to do a check if the file transfered. Right now i'm using errorlevel to see if there was an error, but is there a way to check if the transfer was successful? Also if there was an error, is it possible for me to log the error string.. or is there a numerical match to the error?
Ilya