Skip to content

Commit a5a2866

Browse files
author
Xiangfu Liu
committedDec 20, 2011
assign FTPD_ROOT to /ssd/
Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
1 parent 59bb293 commit a5a2866

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/main.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ struct rtems_ftpd_configuration rtems_ftpd_configuration = {
213213
512*1024, /* Maximum hook 'file' size */
214214
0, /* Use default port */
215215
ftp_hooks, /* Local ftp hooks */
216-
NULL, /* Root */
216+
"/ssd/", /* Root */
217217
3, /* Task count */
218218
3600, /* Idle timeout */
219219
0, /* Access */

0 commit comments

Comments
 (0)
Please sign in to comment.