5
Good afternoon
I need to download the zip files from the following site
ftp://ftp.bmf.com.br/MarketData/
I would like to download via R, and that the files were saved on my computer, but I do not know command for such.
As there are many files, downloading them manually would be very time consuming.
Thanks in advance
Thank you very much, solved the problem
– Henrique Faria de Oliveira
There is a function
list.files
which lists all files within a folder. You can use it and then filter from the file array only those that are not in the folder.– Daniel Falbel
thank you so much for your help
– Henrique Faria de Oliveira