ftping files from windows to unix

Discussion forum for all Windows batch related topics.

Moderator: DosItHelp

Post Reply
Message
Author
93905
Posts: 3
Joined: 29 Sep 2011 06:58

ftping files from windows to unix

#1 Post by 93905 » 03 Oct 2011 13:01

Hi All,

My requirement is,
I have files on windows NT(Remote server). I want to run a ftp script from unix machine(this is my local server and i am running the ftp script from this server) that has to connect to this windows NT machine and it has to get the files that are created in last 5days along with timestamp.

Can any one help me on writing the script for this.

Your help is appreciated great. Thanks in Advance.

aGerman
Expert
Posts: 4678
Joined: 22 Jan 2010 18:01
Location: Germany

Re: ftping files from windows to unix

#2 Post by aGerman » 03 Oct 2011 18:01

Since Batch is a Windows script, you can't apply it to UNIX. I'm afraid you should look for support in a UNIX forum instead. I guess it makes no difference whether you try to download from a Windows server or, say, a Linux server but your script has to be compatible with the OS where it should run from.

Regards
aGerman

Post Reply