Ian Burgwin
c427e08f95
strip target_path of whitespace
...
e.g. prevents issue with whitespace being added when a user drags a file to the terminal on mac
2018-04-09 22:55:00 -07:00
Steveice10
a49af523ba
Add support for installing 3DSX files remotely.
2017-09-30 22:51:30 -07:00
Steveice10
f7ac0c4020
Only add directory entry on paste if directory does not exist, fix servefiles on Python 3.
2017-06-06 11:30:37 -07:00
Steven Smith
42dbb3bb5f
Merge pull request #337 from miniskipper/master
...
reuse local bind address
2017-05-12 09:44:24 -07:00
turboclear
023fec6f46
servefiles.py - interactive mode, explicit interpreter
...
This adds an interactive mode if no arguments are provided, prompting the user to enter the IP, file, etc.,
The 'help' display is instead shown if the standard 'help' flags are used (ex: --h, -h, --help, etc.,)t
This also allows the user to specify the path to the interpreter. The original version assumed only the script name was used as an argument, and the default interpreter for the environment was being used, so it would fail on "C:\python27\python.exe servefiles.py"
2017-03-19 14:19:10 -07:00
Sven Kocksch
8a937005d3
reuse local bind address
...
Don't need to wait 30 seconds after local address is reusable again.
2017-03-07 18:32:39 +01:00
Steveice10
39e1718c8d
Fix servefiles Python 2 compatibility.
2017-02-22 22:40:21 -08:00
Steveice10
6b5e4e1a54
Add .cetk to extensions supported by servefiles, minor string changes.
2017-02-16 09:57:37 -08:00
Tosi Émeric
f40d0038f2
Update servefiles.py
...
change file verification when a file is given as parameter
2017-02-16 16:32:53 +01:00
Tosi Émeric
07f69db677
Update servefiles.py
...
making parameter count verification strict
adding file extension verification when a file is given as parameter
adding output error to stderr
adding hostPort choice (for the HTTP server)
rename 'directory' into 'target_path'
rename 'payload' into 'file_list_payload'
adding comments
some small cleanups (indent, print(), ...)
2017-02-16 16:23:14 +01:00
Steveice10
a3b8489b8c
Update buildtools, exit with code 1 in servefiles if a socket error occurs.
2017-01-19 20:03:05 -08:00
Steveice10
1317759885
Use /usr/bin/env for servefiles shebang.
2017-01-11 21:52:19 -08:00
Steveice10
541786bc86
Add new logo by PabloMK7, fade in text on CIA/3DS startup.
2017-01-08 11:23:05 -08:00
Steveice10
5f4e9406bb
servefiles: Add optional host IP argument.
2017-01-07 12:26:51 -08:00
Steveice10
319c10774a
Remove socket timeout, don't bother filtering out file extensions when a file is provided.
2016-12-27 10:16:58 -08:00
Steveice10
fe7646942f
Set timeout on servefiles socket.
2016-12-24 14:07:42 -08:00
Steveice10
340278eca5
Slight code reorganization in servefiles.
2016-12-24 10:31:50 -08:00
Steveice10
22b26c2f34
Simplify sending of URLs in servefile, make socket operations cancellable by the user.
2016-12-24 10:29:49 -08:00
Steveice10
e906e108ab
Add shebang to and update permissions of servefiles.py
2016-12-24 08:55:14 -08:00
Steveice10
788b8c3c99
Fix servefiles with Python 2.7
2016-12-23 23:43:04 -08:00
Steveice10
45704ad4f9
Move receiving URLs over the network to the top, add warning when opening NAND.
2016-12-23 23:18:34 -08:00
Steveice10
13a88f7adb
Polish up URL sending protocol, adapt servefiles to send URLs over socket.
2016-12-23 23:10:39 -08:00
Steveice10
2853c6c0ad
Handle DataOverflowErrors.
2016-12-17 16:58:53 -08:00
Steveice10
14019c5168
Reduce QR code box size.
2016-12-17 16:54:31 -08:00
Steveice10
a53bd8b8e3
Add extra print output to servefiles.
2016-12-17 12:59:12 -08:00
Steveice10
86057c3fc0
Revise servefiles to use Tk to show QR codes, close HTTP server when the QR code image is closed, and support Python 2.
2016-12-17 12:57:51 -08:00
Steveice10
434599416e
Omit http:// from URLs to save space in QR code.
2016-12-16 23:58:10 -08:00
Steveice10
5f6b3f3cab
Escape CIA URLs.
2016-12-16 23:52:11 -08:00
Steveice10
f67e647c5d
Replace network install with local QR code install utility.
2016-12-16 18:43:57 -08:00