Forum Discussion
Altera_Forum
Honored Contributor
15 years agoftp settings in uClinux
Thanks in advance. I have a compact flash on the Cyclone III development board and I'd like to be able to ftp files on my compact flash to a Windows machine. How do I allow access to the ...
Altera_Forum
Honored Contributor
15 years agoUrmel (and anyone else),
Here is the ftp session to my Cyclone III 1C20 Eval Board. NOTE: My IP address is 129.131.7.200 ********************************************************************* [janet@localhost ~]$ ftp 129.131.7.200 Connected to 129.131.7.200. 220- Welcome to the uClinux ftpd! 220 uClinux FTP server (GNU inetutils 1.4.1) ready. 500 'AUTH GSSAPI': command not understood. 500 'AUTH KERBEROS_V4': command not understood. KERBEROS_V4 rejected as an authentication type Name (129.131.7.200:janet): ftp 331 Guest login ok, type your name as password. Password: 230 Guest login ok, access restrictions apply. Remote system type is UNIX. Using binary mode to transfer files. ftp> cd /cf 550 /cf: No such file or directory. ftp> ******************************************************************* I'd like to be able to get to the compact flash directory "/cf" and do a "get filename" Also an "ls" does not show any files when I put a couple of files there.