amosavian / FileProvider

FileManager replacement for Local, iCloud and Remote (WebDAV/FTP/Dropbox/OneDrive) files -- Swift
MIT License
56 stars 14 forks source link

FTPS using port 21 not establishing a secure connection #178

Open littlewatchman opened 2 years ago

littlewatchman commented 2 years ago

the same credentials "ftps://site.com:21" with username and password, are working successfully in FileZilla, but using FTPFileProvider the connection is never established. (I'm aware that ftps usually uses 990, but my provider forces me onto 21 even for FTPS).

any suggestions?