I’m the NetAdmin for a healthcare company. Our doctors and counselors have tapes of dictation delivered to the transcriptionists. The transcriptionist have setup an ftp site so we can now electronically record and transfer the dictations, greatly increasing the turnaround time on clients records. I can write scripts to transfer the files automatically, logging in anonymously, but I cann’t seem to figure out how to script the login. Here’s what I have to login anonymously:
ftp -i -s:e:test.txt -A 192.168.1.4
-(test.txt)
mput c:\test\*.*
quit
I’ve looked at the ‘user’ subcommand on technet, but the description isn’t very good.
Thanks in advance,