44 Commits

Author SHA1 Message Date
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
Steven Smith
4e49914e11 Revamp TitleDB support, replace json library with jansson, initial work
on replacing httpc with curl.
2018-02-03 16:03:14 -08:00
Bailey Fox
4659f6753c
Fix servefiles readme 2017-11-27 01:23:38 -06:00
Aimilius
7ef5cb34b3 Add setup.py 2017-11-11 19:20:18 +01: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
Cédric Connes
c57359f9f4 Add sendurls.py 2017-02-26 09:22:08 -08:00
Steveice10
39e1718c8d Fix servefiles Python 2 compatibility. 2017-02-22 22:40:21 -08:00
Steveice10
54572a02e1 Fix servefiles batch script when in directory with spaces. 2017-02-22 22:35:33 -08:00
Steveice10
6b5e4e1a54 Add .cetk to extensions supported by servefiles, minor string changes. 2017-02-16 09:57:37 -08:00
Tosi Émeric
ca3b6a3f85 Update README.md 2017-02-16 16:50:26 +01:00
Tosi Émeric
2d8d5db210 Create drop cias or folder here.sh
equivalent of the *.bat script but for *nix OS
2017-02-16 16:43:48 +01: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
Remnence
2a55760eaf Rename drop cia or folder here.bat to drop cias or folder here.bat 2017-02-05 18:40:30 -06:00
Remnence
aac35f0ec0 Update drop cia or folder here.bat
Basic error checking to exclude non-cia files.
2017-02-05 18:39:23 -06:00
Remnence
cd14638920 Update drop cia or folder here.bat 2017-02-05 18:14:46 -06:00
Remnence
c461239191 Create drop cia or folder here.bat 2017-02-05 18:05:09 -06: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
3137dcb8a6 Add host IP argument to README.md. 2017-01-07 12:29: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
e550db7b83 Add drag-and-drop batch file for servefiles. 2016-12-19 20:36:48 -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
50fcc22fb9 Link to Pillow instead of PIL. 2016-12-17 12:25:55 -08:00
Steveice10
eb84268a09 Cleanup waithax after patches. 2016-12-17 00:51:04 -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