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.