file uploader http://enzy.github.com/Scup/
Scup - Simple screenshot & file uploader
Easily upload screenshot or files to server and copy its URL address to clipboard.
Current features
- Run in system tray
- Monitor system clipboard for changes of image or file content (Print Screen, file copy, etc.)
- Compress multiple files into single .zip
- Crop image with rectangular selection
- Upload files to: FTP, Dropbox or save to disk
- Copy file URL to clipboard
- Check for updates on start
How to run Scup
- Check that you have Java JRE installed
- Download Scup.exe or Scup.jar
- On Windows simple run
Scup.exe
- Other platforms are not supported, but you can hack on source code.
Support and contribution
Feel free to create issue with your problem, request, idea or question! Also fork this repository whenever you like, code some changes and create pull request when done.
Donations are welcome:
[](https://flattr.com/submit/auto?user_id=matejsimek&url=https://github.com/enzy/Scup&title=Scup&language=en_GB&tags=github&category=software&description=Scup - Simple screenshot and file uploader)
Known issues
- Cannot connect to FTP server on Windows, explanation on stackoverflow
- Local solution:
netsh advfirewall set global StatefulFTP disable
- JVM solution:
-Djava.net.preferIPv4Stack=true
(used in .exe wrapper) - Big memory consumption (needs optimalization)
from https://github.com/enzy/Scup
------
wget https://github.com/enzy/Scup/raw/master/dist/Scup.jar
wget https://github.com/enzy/Scup/raw/master/dist/Scup.jar
java -jar Scup.jar
No comments:
Post a Comment