Skip to content

Commit

Permalink
SYST command is now supported.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean-David Gadina committed Feb 19, 2012
1 parent 2a58d58 commit 9ffa33d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion EOSFTPServer/FTPServer/Classes/EOSFTPServer+Commands.m
Expand Up @@ -315,8 +315,9 @@ - ( void )processCommandSITE: ( EOSFTPServerConnection * )connection arguments:

- ( void )processCommandSYST: ( EOSFTPServerConnection * )connection arguments: ( NSString * )args
{
( void )connection;
( void )args;

[ connection sendMessage: [ self formattedMessage: [ NSString stringWithFormat: [ self messageForReplyCode: 215 ], @"Unix" ] code: 215 ] ];
}

- ( void )processCommandSTAT: ( EOSFTPServerConnection * )connection arguments: ( NSString * )args
Expand Down

0 comments on commit 9ffa33d

Please sign in to comment.