Zitat Zitat von Gullianer
:roll: trotzdem will ich es haben :roll:
Ok, nehm VB mach 2 Textboxen und Benutze das hier:

Code:
With Inet1
    .Cancel
    .Protocol = icFTP
    .URL = "ftp://ftpserver"
    .UserName = "user"
    .Password = "pw"
End With
        Inet1.Execute , "PUT G:\RTGen.txt /rtg/"
        Do While Inet1.StillExecuting
        DoEvents
        Loop
        Inet1.Execute , "QUIT"