Questions tagged [mget]

mget is a ftp command to retrieve files from the remote server to the locale machine.

20 questions
0
votes
0 answers

How to get folders and subfolders with specific name from in FTP

I wish to get all folders and subfolders starting with string mycobacterium in FTP. I couldn't find any information online how to do it. I have tried get mycobacterium*, mget mycobacterium* but they don't work. What is the right way in retrieving…
bison72
  • 324
  • 3
  • 15
0
votes
0 answers

mget is not downloading all files sometime

I am using mget command to FTP the .txt files from one server to another. It has been working fine for a year but for last few weeks it misses file sometimes. e.g yesterday 74 files were put on the server and we downloaded only 24 and session was…
Chints
  • 1
0
votes
1 answer

Check if acces is blocked for MGET/MPUT

I am trying to use the MPUT/MGET scripts as shown in: https://www.codeproject.com/Articles/1170393/Download-file-s-from-FTP-Server-using-Command-thro But i cant get it to work, is there a way to check if you have enought acces to be able to automate…
Richard_2413
  • 59
  • 2
  • 8
-1
votes
1 answer

CMD mget FTP files only if the creation date is day old ? ICMP port unreachable appear?

Can we get something like this as below? not sure the exact syntax of it to check the file creation date before getting the file from FTP server. get myfilename.txt -filemask=*>=1D 200 PORT command successful. 125 Data connection already open;…
Victor
  • 1
  • 1
-1
votes
1 answer

Multiple site FTP downloads, multiple variables in Bash script - function, loop or other?

I have tried searching but can't find exactly what I'm after and maybe I don't even know exactly what to search for... I need to FTP a variety of csv files from multiple sites each with different credentials. I am able to do this one by one with the…
1
2