I have to sftp to a server to a specific port but the username contains the @ symbol.
suppose the user is "[email protected]" and the ftp server is just "example.com"
I will end with
sftp -oPort=8777 [email protected]@example.com what will obviously not work, as I have tested.
What kind of amateur creates a username with @? Ok, my boss did.
How do I solve that?
sftp -oPort:8777 user\@[email protected]