• 16-07-2010, 15:43:36
    #1
    Forma microsoft internet transfer control 6 ekle.

    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.
  • 17-07-2010, 10:51:57
    #2
    Teşekkürler.