The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #5 (permalink)  
Old 09-18-2007
mshv123 mshv123 is offline
Registered User
 

Join Date: Sep 2007
Location: NYC
Posts: 4
Yes I can create it. It looks like this:

user my_win_login
pass my_win_password

The script now looks like this:

ftp win_server
put file_name
bye

I run it as:

sh my_script

but it still asks for login name and password
Reply With Quote