From e419d02dea19c7689acc222041c73c02ddad73b3 Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Mon, 27 Jul 2015 22:26:03 +0200 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f655f697..fd59dd11 100644 --- a/README.md +++ b/README.md @@ -157,6 +157,7 @@ To get files on device one option is: udpsvd -vE 0.0.0.0 8069 tftpd -c . # Run on device. -c arg to allow file uploading printf "mode binary\nput out.md\nquit" | tftp 192.168.0.12 8069 # on computer Another is with ftp: + tcpsvd -vE 0.0.0.0 8021 ftpd -w . # Run on device. -w arg to allow file uploading printf "put tmp.c\nquit" | ftp -n 192.168.0.12 8021 # Run on computer. -n arg to use anonymous login NOTE: The ftpd and tftpd programs has been patched to run without chroot. This means that the directory serving is only the starting point and clients may cd out of if the access the whole system! -- 2.11.0