FileTransferredEventArgs Class
Namespace: Rebex.Net.Servers
Assembly: Rebex.FileServer.dll (version 7.0.9147)
Provides data for the File
Syntax
public class FileTransferredEventArgs : EventArgs
Inherited Members
Properties
Name | Description |
---|---|
Bytes |
Gets number of bytes written to the file. |
Full |
Gets the full path of the uploaded file (relative to the root of the user's base filesystem). |
Has |
Gets a value indicating whether the transfer has failed (= the SFTP session failed and the file handle has not been properly closed by the SFTP client). |
Path | Gets the path of the uploaded file (relative to the virtual root of the user's virtual filesystem). |
Session | Gets server session. |
User | Gets the File |