Problem with connection
Hi,
I have written my first script, but he doesn't work correctly.
The script run on Windows XP PC, I want connect to remote machine (with Fedora 5.0)
The script is:
option batch on
option confirm off
open root@IP_addr_Fedora_machine
pwd
ls
close
exit
From an open console windows, I write
winscp3.com /console /C:\Document and Setting\user\Desktop\script=scriptSCP3.scp
The script ask me user name, I specified it and the output is
HOST DOESN NOT EXIST
Could someone help me?
Thanks in advance
I have written my first script, but he doesn't work correctly.
The script run on Windows XP PC, I want connect to remote machine (with Fedora 5.0)
The script is:
option batch on
option confirm off
open root@IP_addr_Fedora_machine
pwd
ls
close
exit
From an open console windows, I write
winscp3.com /console /C:\Document and Setting\user\Desktop\script=scriptSCP3.scp
The script ask me user name, I specified it and the output is
HOST DOESN NOT EXIST
Could someone help me?
Thanks in advance