C# Class SSIS.Extensions.SFTP.SFTPFileInfo

Stores the file information for sending and receiving
Inheritance: ISFTPFileInfo
显示文件 Open project: ElanHasson/SSIS-Extensions

Public Methods

Method Description
SFTPFileInfo ( ) : System
SFTPFileInfo ( string localPath, string remotePath, bool overwrite, bool removeSource ) : System

Initializes a new instance of the SFTPFileInfo class.

Method Details

SFTPFileInfo() public method

public SFTPFileInfo ( ) : System
return System

SFTPFileInfo() public method

Initializes a new instance of the SFTPFileInfo class.
public SFTPFileInfo ( string localPath, string remotePath, bool overwrite, bool removeSource ) : System
localPath string The local path.
remotePath string The remote path.
overwrite bool if set to true [overwrite].
removeSource bool if set to true [remove source].
return System