I have some code that will transfer a file from Unix to my NT server the problem I am have I need to transfer multiple Archive log files automatically ever 15 minutes here the piece of code I have currently working manually
ftp -n -v 555.55.555.55 <<EOF
user Domain/xxxxxx password
put arch_0000003646.arc.Z arch_0000003646.arc.Z
quit
EOF
any help would be greatly appreciated from this unix newbie
ftp -n -v 555.55.555.55 <<EOF
user Domain/xxxxxx password
put arch_0000003646.arc.Z arch_0000003646.arc.Z
quit
EOF
any help would be greatly appreciated from this unix newbie