MKDIR using relative paths?

Hi,

I am connected and in a folder called 'site1'

Whenever I try to create a new folder (called 'newfolder') the log file shows the command issued as -

MKDIR \user\htdocs\site1\newfolder

This fails. I think it is failing because I am in 'site1' folder and trying to create the folder as normal but smartftp is trying to create 'newfolder' in \user\htdocs\site1\user\htdocs\site1\newfolder which it can't as the path does not exist (and it shouldn't)


The MKDIR comand should just be issued as -

MKDIR newfolder

which would work - Why is it doing this?

Thanks
Bryan

If you believe this is a bug with SmartFTP please post a proper bug report into the bug report forum. Don't forget to check the ReadMe first.

Regards,
SmartFTP

If you believe this is a bug with SmartFTP please post a proper bug report into the bug report forum. Don't forget to check the ReadMe first.

Regards,
SmartFTP


I don't think it's a bug...

A friend can connect using same account and his does not do this...His works as MKDIR test...