dartssh2 icon indicating copy to clipboard operation
dartssh2 copied to clipboard

Invalid URL error when SFTP username has @ sign (with domain included)

Open samflink opened this issue 3 years ago • 1 comments
trafficstars

Hi,

Scope: Flutter and Dart.

I've ran into a problem in case the SFTP username also contains a @ sign with the full domain. Example: [email protected]

Unfortunately the SFTP user account is a third party account and they use this naming policy so there is no way to work around this.

To reproduce: dartsftp [email protected]@SFTPSERVER.com:22 Result: Invalid URL: ........

samflink avatar Mar 29 '22 14:03 samflink

Hi,

I've tried the new version (2.6.1)but I still get the same error: example when running directly from the commandline: dartsftp [email protected]@ssh.server.com Invalid URL: [email protected]@ssh.server.com

samflink avatar May 01 '22 16:05 samflink