Skip to content

Commit

Permalink
assign FTPD_ROOT to /ssd/
Browse files Browse the repository at this point in the history
Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
  • Loading branch information
Xiangfu Liu committed Dec 20, 2011
1 parent 59bb293 commit a5a2866
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.c
Expand Up @@ -213,7 +213,7 @@ struct rtems_ftpd_configuration rtems_ftpd_configuration = {
512*1024, /* Maximum hook 'file' size */
0, /* Use default port */
ftp_hooks, /* Local ftp hooks */
NULL, /* Root */
"/ssd/", /* Root */
3, /* Task count */
3600, /* Idle timeout */
0, /* Access */
Expand Down

0 comments on commit a5a2866

Please sign in to comment.