Prioregroup.com
homehardwaresoftwaredownloadstoreforumscustomerreseller

Decription
Priore FTP .NET Control is an invisible-at-runtime (windowless) control available for a .NET Windows Forms, which allows you to create client application support FTP (File Transfer Protocol).

Priore FTP .NET Control provides the following rich set of features:

  • Standard File Transfer Passive Protocol.
  • Upload and Download files, images or bytes array data.
  • Create, Remove and Change remote path.
  • Get list of files located in to remote FTP server.

    Requirements
    This component requires Visual .NET Framework 1.1 SP1. The component can be used with any development environment that supports its. This control depends on the .NET Framework 1.1 SP1 for VS.NET.

    Request Feature
  • Priore FTP Sample
    Download Buy on-line with RegSoft
    ver. 1.1

    VB.NET Sample

    Imports Priore.Controls

    Dim img As Image ' initialization
    Dim FTPIO As New FTP ' initialization

    FTPIO.RemoteHost = "62.149.130.140" ' remote FTP server
    FTPIO.RemoteUser = "test" ' username
    FTPIO.RemotePassword = "test" ' password
    FTPIO.RemotePort = 21 ' TCP port

    If Not FTPIO.Connect() Then ' connect
        MsgBox(FTPIO.LastMessage) ' error message
    End If

    If Not FTPIO.ChangeDirectory("/test") Then ' change path
        MsgBox(FTPIO.LastMessage) ' error message
        FTPIO.CloseConnection() ' close connection
    End If

    img = Image.FromFile("c:\images\wintermist.jpg") ' load a image from local file
    If Not FTPIO.Upload("newname.jpg", img) Then ' send image
        MsgBox(FTPIO.LastMessage) ' error message
        FTPIO.CloseConnection() ' close connection
    End If

    img = FTPIO.DownloadImage("pippo.jpg") ' retrieve image from remote server
    If img Is Nothing Then ' not image found
        MsgBox(FTPIO.LastMessage) ' error message
    Else ' right ok
        PictureBox1.Image = img ' show image
    End If

    FTPIO.CloseConnection() ' close connection


    ONLY $ 29,00 !!


    New Free Downloads

    Features
    Propertys Description
    LastMessage Return the last error message.
    RemoteHost Gets or sets the IP address of the remote FTP server.
    RemotePort Gets or sets the port of the remote FTP server.
    RemotePassword Gets or sets the remote password to access the remote FTP server.
    RemoteUser Gets or sets then remote username to access the remote FTP server.

    Methods Description
    Connect Connect to remote FTP server.
    CloseConnection Close the current opened connection to the remote FTP server.
    Upload Send data to the remote FTP server.
    Download Get data from the remote FTP server.
    DownloadImage Get a picture image located in the remote FTP server.
    ChangeDirectory Change directory path name in the remote FTP server.
    DeleteFile Remove a file located in the remote FTP server.
    RenameFile Rename the file name of a file located in the remote FTP server.
    CreateDirectory Create a directory to the remote FTP server.
    RemoveDirectory Remove a directory from remote FTP server.
    GetFileSize Return size of a file located on FTP remote server.
    GetFileList Return list of files located on FTP remote server.

    Events Description
    TransferProgress Return the bytes sent and bytes remaining.


    forum last topic:

  • TransferProgress event


  • General License for this software
    FTP .NET Control Manual
    VB.NET Sample

    Buy Source Code
    Questions?


    Home Hardware Software Download Store Forums Customer Refund Policy Reseller Us
    ©2004/2009 (CSI) Centro Studi Informatica di Danilo Priore. All rights reserved.