General discussion
September 11, 2000 at 09:45 PM
pragneshkumar

autoftp

by pragneshkumar . Updated 24 years, 12 months ago

i want to write a script for nt through that i can transfer files from linux to nt.
i knows the script to transfer files from linux to linux which is in shell script.
how can i write the same script for nt(usingn any script language)

my autoftp script for linux

#!/bin/sh
#script to run on local server, ftps file
#from remote server to local server
SOURCE=”REMOTE_MACHINE”
FILE=”autoUpload.pl”
ftp -in $SOURCE <

This discussion is locked

All Comments