This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

pisg-new (by tripout) ftp problem

Support & discussion of released scripts, and announcements of new releases.
Post Reply
a
arthurfleming
Voice
Posts: 1
Joined: Wed Nov 01, 2006 5:35 pm

pisg-new (by tripout) ftp problem

Post by arthurfleming »

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.
User avatar
rosc2112
Revered One
Posts: 1454
Joined: Sun Feb 19, 2006 8:36 pm
Location: Northeast Pennsylvania

Post by rosc2112 »

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.
Post Reply