|
|
Hello,
Is there a way that I can capture server responses as I carry out commands?
TIA
|
|
Coordinator
Mar 12 at 3:58 AM
|
Hi,
Well, since this is an open source you can download source version and output all received messaged that coming from the server.
Currently there is no appropriate support for this or an easy API to use, sorry.
Thanks,
Oleg
|
|
|
|
Thanks for your response Oleg.
I was to thinking of checking the server responses to determine if a file upload was successful.
Is there an alternate way of doing this? Is it save to assume that a file upload is successful unless an error/exception is thrown?
|
|
Coordinator
Mar 12 at 12:54 PM
|
ooh,
Well, I think it is,
but if you want more reassuring test I would check MD5 of uploaded file on server and locally and see if its the same.
Thanks,
Oleg
|
|