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 |
- Re: scripting for file transfers from Linux to wi... Peramslist
- Re: scripting for file transfers from Linux ... Marcos de Souza Trazzini