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 <