| View previous topic :: View next topic |
| Author |
Message |
arthurfleming Voice
Joined: 01 Nov 2006 Posts: 1
|
Posted: Wed Nov 01, 2006 8:41 pm Post subject: pisg-new (by tripout) ftp problem |
|
|
I've got the script up and running, the problem I'm running into is this...
The login for my website's ftp server is this format username@username.com
#FTP Hostname
FTP_HOST="ftp.mydomain.com"
#FTP Username
FTP_USER="username@mydomain.com"
#FTP Password
FTP_PASS="password"
and I get an error message like this
ftp: Unknown port `password@ftp.mydomain.com' in URL `ftp://username@mydomain.com:password@ftp.mydomain.com/'
I understand the error message, I just don't know how to work around it. I know its probably just a stupid little thing I'm missing or not grasping.
I know if my username was just "username" rather than "username@mydomain.com" I would have this working. Any help would be appreciated. |
|
| Back to top |
|
 |
rosc2112 Revered One

Joined: 19 Feb 2006 Posts: 1454 Location: Northeast Pennsylvania
|
Posted: Wed Nov 01, 2006 8:56 pm Post subject: |
|
|
I'm not familiar with that script but you might try escaping the @ as in:
username\@mydomain.com
If that doesn't help, perhaps post the relevent section of the script so we can look at it and see what the problem is. |
|
| Back to top |
|
 |
|