Showing posts with label directory. Show all posts
Showing posts with label directory. Show all posts

Monday, September 6, 2010

What is the FTP path ?

FTP path tells Blogger where to place your blog files on your server. It should be of this format:
directory/directory/ (be sure to include the trailing slash)
If you're familiar with FTP, your "path" is your web-accessible directory. For example, it might be 'htdocs' or 'www' or 'public_html' Or, if you want to put your blog in a subdirectory, 'htdocs/blog/' etc.
If all this sounds a bit complicated, try contacting your hosting provider for help. They can tell you how things should be set up for your specific server.
Notes:
  • Do NOT use http://, ftp:// or ftp.example.com (your server's address)
  • The directory you specify must already exist on your FTP Server
  • This must not be an absolute path - it should be relative to your ftp root location on the server.

Detailed Example (optional)