Answer the question
In order to leave comments, you need to log in
How to send all files of a given type to FTP?
Hello! There is a task: send all files files from the C:\ drive with the .docx extension to the ftp server.
I have such a solution in two files:
export.bat
@echo %time%
ftp -i -n -s:ftp.txt
open ftp.site.ru
User login777 pas777
binary
mput C:/word/*.docx
bye
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question