Embed FTP url
Sometimes you will have a username for your ftp as user@domain.com. Now the problem with embedding this URL in a web site or email is that there are 2 @ symbols. For example, ftp://user@domain.com:password@ftp.domain.com. the fix? use the %40 which is the @ symbol replacement. So ftp://user%40domain.com:password@ftp.domain.com
Related posts:
