I need to download a file from my company's FTP server daily, I tried to do this via batch
open wget --user=USERNAME --password=PASSWORD FTP://000.00.0.0
cd/company/file
get *.* forfiles /D+0
put C:\loads\path
pause
I tried some alternatives seen in the WinSCP documentation, but I was not successful.