The UNIX and Linux Forums
>
Top Forums
>
Shell Programming and Scripting
Script to ftp in non-ineractive mode
User Name
Remember Me?
Password
Google UNIX.COM
Forums
Directory
Register
Forum Rules
FAQ
Contribute
Members List
Search
Today's Posts
Mark Forums Read
Thread
:
Script to ftp in non-ineractive mode
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
#
5
(
permalink
)
09-18-2007
mshv123
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
mshv123
View Public Profile
Find all posts by mshv123