Search found 1 match

by miaka_1012
17 Jul 2016 18:48
Forum: DOS Batch Forum
Topic: FTP : Get the latest file from LINUX to Windows using Batch script
Replies: 1
Views: 2274

FTP : Get the latest file from LINUX to Windows using Batch script

Hi Everyone, I need your help. I want to create a batch script that will get the specific latest file from linux and put that onto specified Windows directory: I want simple code as much as possible So far, I have this code: 1 lcd $DESTINATION_DIR 2 FTP #IP 3 #username 4 #password 5 cd $source_dir 6...