[HPADM] Summary Scripting a Secure FTP
From: Buddy Mills (ramill_at_wm.edu)
Date: 07/01/04
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
To: <hpux-admin@dutchworks.nl> Date: Thu, 1 Jul 2004 16:52:32 -0400
Thanks to the following for their response
Jim Naylor
Prasad Pillarisetti
Corne Beerse
David Lodge
Suggestions were
"expect" a freeware program
"scp"
"spawn and expect"
"wget"
However I took a different path and mapped a fs on my HP to the MS box. I just mounted the fs and move the files I need to my internal drive on the HP and then umount when done. This way I can add, delete and change seamlessly.
I accomplished this with CIFS Client and a cronjob.
start cifsclient #cifsclient start
make a mount point #mkdir hpmount
mount remote drive #cifsmount /ntserver/share /hpmount -U user -P password
un-mount #umount /hpmount
stop cifsclient #cifsclient stop
Buddy Mills
The College of William and Mary
757-221-2099 ramill@wm.edu
--
---> Please post QUESTIONS and SUMMARIES only!! <---
To subscribe/unsubscribe to this list, contact majordomo@dutchworks.nl
Name: hpux-admin@dutchworks.nl Owner: owner-hpux-admin@dutchworks.nl
Archives: ftp.dutchworks.nl:/pub/digests/hpux-admin (FTP, browse only)
http://www.dutchworks.nl/htbin/hpsysadmin (Web, browse & search)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]