====== inetutils ====== [[GNU]]s set of CLI utilities for basic Internet stuff. ===== Utilities ===== ==== ftp ==== I use **ftp** as a quick way to transfer stuff to my [[nintendo_3ds|3DS]] (games, [[amiibo]], ...). On the 3DS you can set up a temporary server with [[ftpd]]. * ''ftp'' to start ftp's shell, or give it the server IP and port to connect to ''ftp [ip] [port]''. * From there can use standard [[Linux]] commands like ''ls'', ''cd'', ... * To upload ''send [filename]''. * To download ''get [filename]''. ===== See Also ===== * https://www.gnu.org/software/inetutils/ * https://security.archlinux.org/package/inetutils {{tag>ftp software}}