19/05/2023: A causa di un errore sono stati cancellati, insieme ad account creati da bot, alcuni account legittimi. Si prega di leggere qui: https://www.gambas-it.org/smf/index.php?topic=9733.0
Public Sub bt4_Click() Dim myFtp As FtpClient With myFtp = New FtpClient As "myFtp" .TimeOut = 120 .noEPSV = True .Debug = True .URL = [percorso completo del server con nome del file] .User = [nome utente] .Password = [passw del server FTP] .Get[nome del file da salvare in locale] End WithEnd
Ho trovato!!! Ecco un codice che funziona....
https://gambaswiki.org/wiki/comp/gb.net.curl/ftpclient?l=it