ftp problem

XML, Perl, Python, and other languages can be discussed here, even if it isn't PHP (We might forgive you).

Moderator: General Moderators

Post Reply
Charles256
DevNet Resident
Posts: 1375
Joined: Fri Sep 16, 2005 9:06 pm

ftp problem

Post by Charles256 »

my public_ftp is obviously outside of my public_html folder, now I want a blog program to post to my site. i have yet to figure otu what paht i need to put from root/public_html/blog it keeps going to my root/public_ftp, any idea why?
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

public_ftp is typically for anonymous access.. :?
Charles256
DevNet Resident
Posts: 1375
Joined: Fri Sep 16, 2005 9:06 pm

Post by Charles256 »

but it's loggin in with my username, there is no anon access to my site...
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

well.. if it lets you, tell it to do a change of directory to ../public_html/blog
Charles256
DevNet Resident
Posts: 1375
Joined: Fri Sep 16, 2005 9:06 pm

Post by Charles256 »

on the blog i changed the url path to what you suggested but it still went to pblic ftp :-/
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

not the blog, your ftp script..
Charles256
DevNet Resident
Posts: 1375
Joined: Fri Sep 16, 2005 9:06 pm

Post by Charles256 »

i'm using blogger.com what ftp script are you talking bout? sorry for my newbieness here:-D
Charles256
DevNet Resident
Posts: 1375
Joined: Fri Sep 16, 2005 9:06 pm

Post by Charles256 »

i got it:-D
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

Charles256 wrote:i'm using blogger.com what ftp script are you talking bout? sorry for my newbieness here:-D
Charles256 wrote:I want a blog program to post to my site
nothing said about blogger.com, nor that you didn't have a script that was ftping into any site. It sure sounds like it was implied...


and with that, I am out of my element as I do not have a blogger account, nor do I want to take the time to set one up and figure it out. So I will bow out to whomever wants to chime in now. :)
Charles256
DevNet Resident
Posts: 1375
Joined: Fri Sep 16, 2005 9:06 pm

Post by Charles256 »

hmm.given the nature of the board I could see how my post could be mis-read :oops: my mistake:-D I got it fixed. the user i set up's default directory was publioc_ftp hence theproblem:-D
Post Reply