I have been trying to find a replacement to FileZilla which is a good program, but it doesn't allow yet to schedule files to transfer from time to time. I run into some, but they are all supported by Windows, (WinSCP and FTP Voyager). Is there something like that, or does it have to be made by scripting?
I have Raspbian DebianĀ 7 (Wheezy) installed.
Script to be executed with cron:
cd /home/website/.wine/dosdevices/c:/_Auchan/_path
smbclient //sanfiler01.corp.pt.auchan/FTP_Externo -D "WEBSITE/_Auchan/_SOMETHING/" -U "corpauchanpt\sup_website" AKne123! -c "prompt; mget *; exit"
Changed to:
cd /var/www/LRD/musica/easy
smbclient //website.pt/FTP_Externo -D "website/xv01ZT/01/" -U corpauchanpt\sup_website" AKne123! -c "prompt; mget *; exit"