Constant representing the value for a command defined in the FSP protocol.
CC_DEL_DIR = $46;
Constant representing the value for a command defined in the FSP protocol.
Constant |
Value |
Meaning |
$10 |
Get server version string and setup. | |
$11 |
Return server's extended info block. | |
$40 |
Error response from server. | |
$41 |
Get a directory listing. | |
$42 |
Get a file. | |
$43 |
Open a file for writing. | |
$44 |
Close and install file opened for writing. | |
$45 |
Delete a file. | |
CC_DEL_DIR |
$46 |
Delete a directory. |
$47 |
Get directory protection. | |
$48 |
Set directory protection. | |
$49 |
Create a directory. | |
$4A |
Finish a session. | |
$4B |
Atomic get+delete a file. | |
$4C |
Atomic get+delete a file done. | |
$4D |
Get information about file/directory. | |
$4E |
Rename file or directory. | |
$4F |
Change password. | |
$80 |
Commands > 0x7F will have extended header. No such extensions or commands which uses that are known today. This header will be used in FSP protocol version 3. | |
$81; |
Reserved for testing of new header. |
FSP command bytes are stored in the packet constructed when an FSP client method performs one of the various protocol commands.
Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved. Website http://www.indyproject.org. Post feedback to the Indy Documentation newsgroup. |