Quote:
|
Originally Posted by pdreyer
Use <<EOF on the ftp command. The shell input is read up to EOF
e.g.
ftp -nv hostn <<EOF
user xx xxpw
cd dir
get file
EOF
|
How to do it from windows machine to unix machine..?
FOLDER IN WINDOWS: /test
Folder in unix: /home/location
how to download files from windows to unix box folder..
Thanks lot.