uso questo codice

codice:
Dim stringa As String
Inet1.URL = "FTP://ind.ip.mio.sito"
Inet1.UserName = "user"
Inet1.Password = "pwd
stringa = "PUT " & perfile & " dati.txt"
Inet1.Execute , stringa
Do Until Inet1.StillExecuting = False
    DoEvents
Loop
MsgBox "ok"
per caricare un file.

peccato che messaggi di errore non ne riceva...ma il file non viene caricato.
dov'è l'errore?? :master: