App::Nopaste::Service::ssh - copies files to your server using scp


App-Nopaste documentation  | view source Contained in the App-Nopaste distribution.

Index


NAME

Top

App::Nopaste::Service::ssh - copies files to your server using scp

AUTHOR

Top

Kevin Falcone <falcone@cpan.org>

Thomas Sibley <trs@bestpractical.com>

ENVIRONMENT VARIABLES

Top

NOPASTE_SSH_SERVER

The hostname to which you ssh. The left-hand side of the colon in the scp. For example: sartak.org.

NOPASTE_SSH_DOCROOT

The path on disk for your pastes. For example: public_html/paste.

NOPASTE_SSH_WEBPATH

The path for URLs. For example: http://sartak.org/paste.

NOPASTE_SSH_MODE

Octal permissions mode to set for the temporary file before uploading. For example: 0644.


App-Nopaste documentation  | view source Contained in the App-Nopaste distribution.