FileTransferredEventArgs Class
Namespace: Rebex.Net.Servers
Assembly: Rebex.FileServer.dll (version 7.0.9448)
Provides data for the FileUploaded event.
Syntax
public class FileTransferredEventArgs : EventArgs
Inherited Members
Properties
| Name | Description |
|---|---|
| BytesTransferred | Gets number of bytes written to the file. |
| FullPath | Gets the full path of the uploaded file (relative to the root of the user's base filesystem). |
| HasFailed | 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 FileServerUser that uploaded the file. |