Ciao a tutti e grazie per aver letto queste righe... se mi aiutate è ancora meglio!![]()
Avrei la necessità di fare un upload di un file sul sito x.com....
Private Sub Command1Click()
nomeDir = "C:\Documents and Settings\fabio\"
nomeFile = "prova.txt"
Inet1.URL = "FTP://ftp.x.om"
Inet1.UserName = "xxx@aruuba.it"
inet1.Password = "xxxxxxxxx"
Inet1.Execute Inet1.URL, "PUT " & " " & nomeDir & "\" & nomeFile & " " & "public/" & nomeFile
While Inet1.StillExecuting: DoEvents: Wend
End Sub
non mi fa nessun upload... rimane in attesa di una risposta dal server....
P.S.
ho cercato sia in giro che nel forum ma... bo
GRAZIE