I have a file that I need to ftp to a novell directory on a Sun server. There is a script that I wrote to generate this file truncate it then concatenate, then rename the file. I will like the output to be ftp to a Novell server login in to a ftp server first before login a file server on Novell. Is anyone out there know how I can ftp this file to novell server automatically every night or as needed.
Please help.
Example looks like this.
# !/bin/sh
ftp 10.1.1.1 //login name/password/ cd //server/12/123/
put file..
close
bye
exit
I just would like to know how I can accomplish this
Thanks
Please help.
Example looks like this.
# !/bin/sh
ftp 10.1.1.1 //login name/password/ cd //server/12/123/
put file..
close
bye
exit
I just would like to know how I can accomplish this
Thanks