EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElFTPSServer.OnFileRenameRequest

TElFTPSServer     See also    


 

This event is fired when a client requests to rename a file.

 
 

Declaration

[C#]
    event TSBFTPSServerFileRequestEvent OnFileRenameRequest;
    delegate void TSBFTPSServerFileRequestEvent(object Sender, string Path, ref bool Success);

[VB.NET]
    Event OnFileRenameRequest As TSBFTPSServerFileRequestEvent
    Delegate Sub TSBFTPSServerFileRequestEvent(ByVal Sender As Object, ByVal Path As String, ByRef Success As Boolean)

[Pascal]
    property OnFileRenameRequest : TSBFTPSServerFileRequestEvent;
    TSBFTPSServerFileRequestEvent = procedure (Sender: TObject; const Path : string; var Success : boolean) of object;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Parameters

  • Path - path to the requested file.
  • Success - set this parameter to True if the request has succeeded, and to False otherwise.
 
 

Description

    This event is fired by TElFTPSServer when client requests to rename a file on the server. Use parameter Success to specify whether the request has succeeded.

 
 

See also:     OnFileListItemRequest     OnFileRetrieveRequest     OnFileAppendRequest     OnFileInfoNeeded     OnFileRemoveRequest     OnFileStoreRequest    

 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2012, EldoS Corporation