Hi,
I'm writing a script for transferring files by ftp from RH linix 9 to Windows.
After I login to ftp box I need to cd to d:\target folder and from the default dir.
I tried
ftp> cd d:/target
ftp> cd D:/target
 
and
ftp> cd d:\target
and
ftp> cd "d:\target" and ftp> cd "D:\target"
but nothing worked. I'd appreciate if you can help me on how I can change the directory.
 
Regards,
 
Peram

Reply via email to