read the reply after writing the file as stated in the docs

This commit is contained in:
Philipp Crocoll
2019-11-07 20:09:42 +01:00
parent 056d791ae9
commit a2aa9d61a9

View File

@@ -528,6 +528,7 @@ namespace keepass2android.Io
{
Android.Util.Log.Debug("NETFTP","connected: " + _client.IsConnected.ToString());
_stream.Close();
_client.GetReply();
Android.Util.Log.Debug("NETFTP", "connected: " + _client.IsConnected.ToString());
//make sure target file does not exist: