started working on FTP(S) implementation using netftp and introduction of "server accounts"

This commit is contained in:
Philipp Crocoll
2016-02-03 12:43:37 +01:00
parent 91059a8349
commit c694ed0f96
14 changed files with 120 additions and 141 deletions

View File

@@ -255,6 +255,11 @@ namespace keepass2android.Io
}
}
public void ResolveAccount(IOConnectionInfo ioc)
{
}
}
class AndroidContentWriteTransaction : IWriteTransaction