Skip to content

It's a web script (php) and a command line utility (bash) to upload images directly from command line to a web server.

Notifications You must be signed in to change notification settings

Morgawr/picload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Picload

It's a web script (php) and a command line utility (bash) to upload images directly from command line to a web server.

Put the .php in your web server and create a directory called "p" in the base directory (not in the same directory as your .php file!). Then edit your client script to point to your .php file in your webserver.

After this, you should be able to launch the script to upload images directly on your server with a simple command line interface.

./picload -f image.png | ./picload image.png

These two (equivalent) commands will upload the image to the web server.

./picload -u http://example.com/image.png

This command will download an image from the internet and will upload it on your web server.

All images format are supported, non-image files are not.

About

It's a web script (php) and a command line utility (bash) to upload images directly from command line to a web server.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages