Regards, John Lederer
Akkana Peck wrote:
phookie wrote:
If you have/are used/using Composer from within Mozilla what is the syntax to publish using ftp??
ftp://www.abc.com/index.html points me to my (i think) anonymous ftp server directory...
if that is the case then where is it that i put all the: "../../"
I'm not sure what you're getting at with ../.., but the answer may be "you can't get there via an anonymous ftp url". Think about it this way: if you could write to any arbitrary file on your system using anonymous ftp, then so could I or anyone else. Not very safe!
Try using a user account instead: something with a password, which will have fewer security restrictions:
ftp://[EMAIL PROTECTED]/
or
ftp://[EMAIL PROTECTED]/relative/path/from/homedir
(Yes, composer should make this clearer. Didn't I see a bug on that once?)
...Akkana
