Forum Discussion
Altera_Forum
Honored Contributor
21 years agohow to ftp file to board
I setup linux on the board. And my PC can access "ftp" and "http" directory in the flash of the board, howerver they can be only read. How to access the compact flash of the board using ftp service? ...
Altera_Forum
Honored Contributor
21 years ago --- Quote Start --- originally posted by tlaskowski@Oct 19 2004, 04:50 PM hi,
which board are you using?
you can use a compact flash card and create a filesystem on it, as described in the microtronix distribution document. then you can mount the cf card under say /mnt/ide0 and write files to it.
-thomas --- Quote End --- I am using stratix 1s40 professional board. Yes, I have already created a filesystem on compact flash and am able to access it from nios II system. However, I can not access compact flash by my PC. The document mentions that PC can access the filesystem by using ftp. I set up the ftp service on the board successfully. But my PC only can see two directory, ftp and http, which are the romfs system on flash. could you tell me how to access the compact flash card by PC? thanks!