Form load'a şu kodu ekle;
Inet1.AccessType = icUseDefault Inet1.Protocol = icFTP Inet1.RemoteHost = "ftp.domain.com" Inet1.RemotePort = "21" Inet1.Password = "ftp pas" Inet1.UserName = "ftp id" Inet1.RequestTimeout = "60"Command1'e şunu ekle;
Form1.Inet1.Execute , "put c:\resim.jpg resim.jpg"Bu kodlarla command1'e bastığında ftp ana dizine resim.jpg yi upload eder.
Saygılar.