Scroll to navigation

SMUGUP(1) smugup SMUGUP(1)

NAME

smugup - upload files to a smugmug.com gallery

SYNOPSIS

smugup [--email email@address] [--password password] [--album album [--category category] [--settings quicksettings]] [--quiet] [--debug] [--version] [--help]

DESCRIPTION

smugup uploads files to a specified smugmug.com gallery. You can specify multiple files to upload on the command line. If the email address or password is not specified, you will be prompted for it. If the album name is not specified, you will be promted with a list of the album names in this account and you can choose one from there.

smugup supports both images and videos to be uploaded, as long as your smugmug.com account allows them.

OPTIONS

--email email@address

Specify the email address of your smugmug.com account.

--password password

Specify the password of your smugmug.com account.

--album album

Specify the target album. If ommited, the user will be prompted with a list. If the album and category are both specified, the album will be created if necessary.

--category category

Specify the target category for album creation. (See --album.)

--settings quicksettings

Specify the target quicksettings for album creation. (See --album.)

--debug

Print a whole bunch of debugging messages to stdout.

--quiet

Run as quietly as possible, not printing anything to stdout.

--version

Print version number.

--help

Print help text.

AUTHOR

Written by Greg Kroah-Hartman <greg@kroah.com>.

SEE ALSO

smugls(1), smugdown(1)

May 2008 smugup