Post a reply

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

martin

Re: Directory Syntax for Windows Servers.

Please read FAQ for general answer. Though I do not know about Titan.
zeetwoeight

Directory Syntax for Windows Servers.

Hi all,

I'm getting an error when trying to change directories after connecting to a Titan FTP server running on a windows box. Here is my simple script

open My_test:MeMeMe@MyServer
cd "d:/TestFolder/Testing"
option transfer binary
get test1.txt c:\temp\
Close
exit

The error I get is:

Error changing directory to 'd:\TestFolder\Testing'
Cannot get real path for '/d:\TestFolder\Testing'
No such file or directory
Error code:2

Is there special syntax for using windows paths in these automation scripts? I have tried both d:\TestFolder\Testing and d:/TestFolder/Testing both with the same results.

Thanks