I want to create a batch file in Windows Server, including the following functions:
- Connection to a FTP server
- Copying the files from there (directory called "out") to a local directory
- if success, then deleting the files from the FTP server
- repeating those steps every 15 minutes
我没有做这么多有批量的文件,如果你能够帮助我的话,那将是巨大的。 我知道有<代码>ftp的指挥,我知道如何连接(ftp open
),但不幸的是,我不知道如何每15分钟从那里复制这些档案。
感谢你们的帮助!