WebAgents
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
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