Is it possible to extract this information (file not found) to handle that specific failure? ErrorTextSnippit:
--DeleteRemoteFile --ChilkatLog |
Look at the LastReply property. Here's the description from the online reference documentation:
PS> Keep a reference to the Ftp2 object instance that makes the async method call. After the async method completes, then you can examine the ftp2.LastReply -- assuming you kept a reference to the object..
(Mar 07 '16 at 10:56)
chilkat ♦♦
That's it! Thanks.
(May 17 '16 at 09:36)
Stefan O
|