Click to See Complete Forum and Search --> : Automatic FTP access


netNITCH
05-21-2005, 04:08 PM
I can access a user FTP account using the following format “ftp://User:Password@ftp.domain.com/Users folder”. But this format does not work because the username I am using has to be “user@domain.com” and the “@” cannot be used twice.

It is important that I logon to the server without being prompted for username and password. Does anyone know another way to send the information similar to this format so that the username @ symbol can be used?

Thanks in advance!

felgall
05-21-2005, 06:04 PM
try: user%40domain.com

netNITCH
05-21-2005, 07:40 PM
Thanks! That worked great!