04-14-2020, 12:36 AM
Guys,
With the line below I can upload a file to a FTP Server:
if(!f.FilePut("C:\MAP\BRA_Daily_USA_7.png" "BRA_Daily_USA_7.png")) end "failed to download"
But how can I upload the entire folder (C:MAP) and not only one file?
With the line below I can upload a file to a FTP Server:
if(!f.FilePut("C:\MAP\BRA_Daily_USA_7.png" "BRA_Daily_USA_7.png")) end "failed to download"
But how can I upload the entire folder (C:MAP) and not only one file?