Update README.md
authorFredrik Fornwall <fredrik@fornwall.net>
Mon, 27 Jul 2015 20:26:03 +0000 (22:26 +0200)
committerFredrik Fornwall <fredrik@fornwall.net>
Mon, 27 Jul 2015 20:26:03 +0000 (22:26 +0200)
README.md

index f655f69..fd59dd1 100644 (file)
--- 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!