Our Products:   CompleteFTP  edtFTPnet/Free  edtFTPnet/PRO  edtFTPj/Free  edtFTPj/PRO
0 votes
2.4k views
in .NET FTP by (1.2k points)
If an ftp connection has successfully uploaded or downloaded does a response come back to the client from the server. If so, can I get this result in the callbacks for my asynchronous connections.

A second question, I am trying to make my program a little bit more redundant so I have downloading methods that return values, these values are returned in the callback (I think). On the asynchronous connections, how can I get those results once the connection is done?

1 Answer

0 votes
by (162k points)
If a file transfer fails, you'll get an exception - in asynchronous methods when you call the EndXXXX method. If you don't get an exception, the transfer succeeded.

Categories

...