C# Class FtpSync.FtpSyncWorker

Afficher le fichier Open project: remobjects/internetpack Class Usage Examples

Méthodes publiques

Méthode Description
CheckArgs ( string args ) : bool
ClientLog ( String aMessage ) : void
FtpSyncWorker ( ) : System
ServerLog ( object Sender, RemObjects ea ) : void
Sync ( ) : void
SyncDirectory ( string aLocalDirectory, string aRemoteDirectory ) : void

Private Methods

Méthode Description
Ftp_OnTransferProgress ( object aSender, RemObjects ea ) : void

Method Details

CheckArgs() public méthode

public CheckArgs ( string args ) : bool
args string
Résultat bool

ClientLog() public méthode

public ClientLog ( String aMessage ) : void
aMessage String
Résultat void

FtpSyncWorker() public méthode

public FtpSyncWorker ( ) : System
Résultat System

ServerLog() public méthode

public ServerLog ( object Sender, RemObjects ea ) : void
Sender object
ea RemObjects
Résultat void

Sync() public méthode

public Sync ( ) : void
Résultat void

SyncDirectory() public méthode

public SyncDirectory ( string aLocalDirectory, string aRemoteDirectory ) : void
aLocalDirectory string
aRemoteDirectory string
Résultat void