FTP access asumes username as rootpath?
Status: Beta
Brought to you by:
wgeric
When entering a username in the FTP username field and
submitting this info, the username is prepended to the
path.
Therefore a username of "foo" and a path of
"scripts/bla/phpBB" will result in a failure. Where
there is tried to access
"www.servername.com/foo/scripts/bla/phpBB".
Now I am using "../scripts/bla/phpBB" to reach my path.
Configuration: windows 2003 server + iis6 + phpBB
2.0.19 + CH2.1.4
Logged In: YES
user_id=657440
Originator: NO
The FTP you entered is relative so it goes from the directory that FTP automatically changes to when you log in to the server. You need to use an absolute path.