Search found 1 match

by kaungsat
23 Aug 2021 02:04
Forum: DOS Batch Forum
Topic: How to download only today files from ftp using batch script?
Replies: 2
Views: 3381

How to download only today files from ftp using batch script?

ftp
open host
username
password
binary
prompt
cd /home/
lcd c:\
mget *txt
disconnect
bye

i want to download only today files from ftp.can you pls tell me what should i change?