I want to mount a ftp share via the fstab file but my username is an email address. How do I enter this in the fstab?
[email protected]:[email protected],
"[email protected]":[email protected]
and
john\@example.com:[email protected]
did not work.
Okay, got it. user=... in the options and it works.