Assuming you have already tested to see if you can ftp from Solaris to the Windows box in interactive mode, see if this works:
HOST=<target_host_name_or_IP>
USER=<username_on_target>
PASS=<password_on_target>
ftp -n $HOST
ascii <or bin>
cd <to where you want to put the files>
put sourcefilename <targetfilename> (if the name has to be different)
put...
put...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.