List of Janus FTP Server $functions: Difference between revisions

From m204wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 11: Line 11:
<tr><td>[[Overriding FTP protocol commands#$Ftp_Get_Current_File|$Ftp_Get_Current_File]]</td><td>Returns the <var class="product">Model 204</var> file mapped to the current folder.</td></tr>
<tr><td>[[Overriding FTP protocol commands#$Ftp_Get_Current_File|$Ftp_Get_Current_File]]</td><td>Returns the <var class="product">Model 204</var> file mapped to the current folder.</td></tr>
<tr><td>[[Overriding FTP protocol commands#$Ftp_Get_Current_Folder|$Ftp_Get_Current_Folder]]</td><td>Returns the name of the current folder.</td></tr>
<tr><td>[[Overriding FTP protocol commands#$Ftp_Get_Current_Folder|$Ftp_Get_Current_Folder]]</td><td>Returns the name of the current folder.</td></tr>
<tr><td>[[Overriding FTP protocol commands#$Ftp_Get_Operand|Overriding FTP protocol commands]]</td><td>Returns the value of the entity being operated on by the FTP command that is being overridden.</td></tr>
<tr><td>[[Overriding FTP protocol commands#$Ftp_Get_Operand|$Ftp_Get_Operand]]</td><td>Returns the value of the entity being operated on by the FTP command that is being overridden.</td></tr>
<tr><td>[[Overriding FTP protocol commands#$Ftp_Get_Old_Name|$Ftp_Get_Old_Name]]</td><td>Returns the name of the procedure being renamed.</td></tr>
<tr><td>[[Overriding FTP protocol commands#$Ftp_Get_Old_Name|$Ftp_Get_Old_Name]]</td><td>Returns the name of the procedure being renamed.</td></tr>
<tr><td>[[Overriding FTP protocol commands#$Ftp_Get_Prefix|$Ftp_Get_Prefix]]</td><td>Returns the prefix character of a folder that is using prefixing.</td></tr>
<tr><td>[[Overriding FTP protocol commands#$Ftp_Get_Prefix|$Ftp_Get_Prefix]]</td><td>Returns the prefix character of a folder that is using prefixing.</td></tr>

Revision as of 00:27, 19 October 2012

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.

$FunctionDescription
$Ftp_FailMakes available a failure status code (500) for the override.
$Ftp_Get_CommandReturns the FTP command that is the subject of the override.
$Ftp_Get_Current_FileReturns the Model 204 file mapped to the current folder.
$Ftp_Get_Current_FolderReturns the name of the current folder.
$Ftp_Get_OperandReturns the value of the entity being operated on by the FTP command that is being overridden.
$Ftp_Get_Old_NameReturns the name of the procedure being renamed.
$Ftp_Get_PrefixReturns the prefix character of a folder that is using prefixing.
$Ftp_Get_Transfer_TypeReturns the current client-specified FTP transfer mode.