Search found 1 match

by Doyle
01 Mar 2013 04:57
Forum: DOS Batch Forum
Topic: FTP Batch file - How to delete files form FTP Server
Replies: 1
Views: 2176

FTP Batch file - How to delete files form FTP Server

Hi, I am trying to replicate files between remote computers via FTP server. I made IN and OUT folders for each computer and it is easy to put and get files with batch file but I need also to remove old files before upload new ones. "mdelete *" does not work because it expects confirmation ...