Skip to main content

All Questions

Tagged with
1 vote
1 answer
445 views

Get specific file with name containing specific string from directory using FTP

I have made below batch file to get some files using ftp from server... Now I need to get specific file from the directory below using mget. Not all file in that directory. And I need to pass it as ...
sam's user avatar
  • 2,557
2 votes
1 answer
4k views

FTP download progress bar in batch file

I wonder if there is a possibility the code below to enable a progress bar or percentage counter to check the progress of download, however alternativar not seen since the download is being executed ...
user2654284's user avatar
0 votes
1 answer
1k views

FTP command "get *.txt" error "550 File not Found"

My problem appears when I try to download files with a batch file over the FTP. OPEN 192.168.0.1 test password lcd Download-dir cd /filedir BINARY get *.txt Everything works well up to the moment he ...
Impact's user avatar
  • 3
1 vote
2 answers
2k views

Not able to upload/download files via FTP script

I have the following batch file which creates a FTP script to upload/download files from the server. However I am running this with admin rights but the script is only uploading one file and ...
user avatar
-1 votes
2 answers
519 views

Secure batch file for FTP or alternative suggestions? plzz

I need to put a batch file I've designed on a number of clients computers which automatically connects to my web-server, activate a php file, and download a CSV of their newly joined members for ...
notidaho's user avatar
  • 588
0 votes
3 answers
11k views

A batch file to download and delete files from a server

How can I write a MS dos ftp batch file to: download files from the server to my local pc remove these files from the server after download Edit: So far I have... Batch file: ftp.exe -s:ftp.txt ...
Stuart's user avatar
  • 13