Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Utility Namespace / FtpClient Class / PutFile Method
The path of the file to upload
The name of the file on remote server
In This Topic
    PutFile Method
    In This Topic
    Uploads a file from to the FTP server
    Syntax
    public virtual void PutFile( 
       string localFilePath,
       string remoteFileName
    )

    Parameters

    localFilePath
    The path of the file to upload
    remoteFileName
    The name of the file on remote server
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also