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

@@ -395,6 +395,11 @@ namespace keepass2android.Io
return false;
}
public void ResolveAccount(IOConnectionInfo ioc)
{
}
private bool IsLocalFileFlaggedReadOnly(IOConnectionInfo ioc)
{
try