keepass2android icon indicating copy to clipboard operation
keepass2android copied to clipboard

FTPS is crashing on initial openning of the database

Open jakubsuchybio opened this issue 2 years ago • 3 comments

Hi, I'm connecting to my ftp. When I disable TLS it works fine. But when I enable TLS it goes to the file list, but it shows it empty.

in the logs I found this:

3/23/2023 6:13:15 PM:915 -- FluentFTP.FtpCommandException: Unable to build data connection: Operation not permitted
  at keepass2android.Io.NetFtpFileStorage.ListContents (KeePassLib.Serialization.IOConnectionInfo ioc) [0x0010b] in <0218d9a0a246400eb61cf9b0c47299ea>:0
  at keepass2android.Io.OfflineSwitchableFileStorage.ListContents (KeePassLib.Serialization.IOConnectionInfo ioc) [0x00000] in <0218d9a0a246400eb61cf9b0c47299ea>:0
  at keepass2android.Io.CachingFileStorage.ListContents (KeePassLib.Serialization.IOConnectionInfo ioc) [0x00000] in <0218d9a0a246400eb61cf9b0c47299ea>:0
  at keepass2android.FileChooserFileProvider.ListFiles (System.Int32 taskId, System.String dirName, System.Boolean showHiddenFiles, System.Int32 filterMode, System.Int32 limit, System.String positiveRegex, System.String negativeRegex, System.Collections.Generic.IList`1[T] fileList, System.Boolean[] hasMoreFiles) [0x00012] in <7165a5adb3574afbabf24b0ad4c46188>:0

jakubsuchybio avatar Mar 23 '23 17:03 jakubsuchybio

which server are you using? Could this be related to https://github.com/robinrodricks/FluentFTP/issues/1085?

PhilippC avatar Mar 30 '23 08:03 PhilippC

I'm connecting to my own server. Its the FTP server that is part of my TrueNAS server which is on version - TrueNAS-13.0-U4 image image

jakubsuchybio avatar Mar 30 '23 10:03 jakubsuchybio

Same problem here: Connecting to proftpd 1.3.7a (provided by Openmediavault) fails with FTPS. Since I'm stuck to this version by using OMV, is there any chance to work around this bug?

roebotron avatar Feb 28 '24 21:02 roebotron