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?