List of Janus FTP Server $functions
The following are the available Janus FTP Server $functions. These $functions constitute an API for writing overrides of Janus FTP Server implementations of basic FTP commands.
$Function | Description |
---|---|
$Ftp_Fail | Makes available a failure status code (500) for the override. |
$Ftp_Get_Command | Returns the FTP command that is the subject of the override. |
$Ftp_Get_Current_File | Returns the Model 204 file mapped to the current folder. |
$Ftp_Get_Current_Folder | Returns the name of the current folder. |
$Ftp_Get_Operand | Returns the value of the entity being operated on by the FTP command that is being overridden. |
$Ftp_Get_Old_Name | Returns the name of the procedure being renamed. |
$Ftp_Get_Prefix | Returns the prefix character of a folder that is using prefixing. |
$Ftp_Get_Transfer_Type | Returns the current client-specified FTP transfer mode. |