Jason
Visitor
|
Re:Webpost FTP values? - 2007/10/30 03:56
justG wrote: "Directory" is the same thing as "remote path," the verbiage used by most FTP clients I've used. In my case, it's /public_html/images
"Base URL" is how you'd get to that directory via a web browser. In my case, it's http://images.mydomain.com/. You might try adding the http:// prefix to your URL in the text field.
That said, what about it "doesn't work" for you? Are you getting any errors or anything? Are you certain that the directory you're specifying exists? (Ya, I know, but I try to check the obvious first - I don't mean to imply you've no idea what you're doing, by any means!)
.g
I got it!
My web site is set up so my ftp user logs in and sees all the sites associated with that user, so my directory that i upload to is "foo.com/images" and the base url is "http://foo.com/images" yay!
|