C# Class SSIS.Extensions.SFTP.SFTPFileInfo

Stores the file information for sending and receiving
Inheritance: ISFTPFileInfo
Afficher le fichier Open project: ElanHasson/SSIS-Extensions

Méthodes publiques

Méthode 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 méthode

public SFTPFileInfo ( ) : System
Résultat System

SFTPFileInfo() public méthode

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].
Résultat System