dartssh2
dartssh2 copied to clipboard
Invalid URL error when SFTP username has @ sign (with domain included)
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: ........
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