Posts Tagged ‘ftp’

Easy To Use Free Open Source FTP Client

There are TONS of FTP clients you can choose to use. In the late 90′s almost everyone had a copy of CuteFTP. There are still alot of popular ones out there, both commercial and free. I’m not the one to dish out $40 for a copy of something I can get for free, so I [...]

More »

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

More »