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 With
End
Ho trovato!!! Ecco un codice che funziona.
...
https://gambaswiki.org/wiki/comp/gb.net.curl/ftpclient?l=it