Meddelande

Minska
No announcement yet.

Perl - Två hack som kan göra livet lättare på wF

Minska
X
 
  • Filter
  • Klockan
  • Show
Clear All
new posts

  • Perl - Två hack som kan göra livet lättare på wF

    wf-upload

    Ladda up filer till "Mina Filer"

    http://member.webforum.nu/882/wf-upload.pl.txt

    [kod]
    Usage:
    wf-upload -u username -p password -f file.txt [-n name.txt] [-r]

    Options:
    -u --username Username to login with
    -p --password Password to login with
    -f --file Path to file.
    -n --name Alternative name for file
    -r --replace Replace existing file
    -h --help Displays this help
    -v --version Displays version

    Examples:
    wf-upload -u username -p password -f /path/to/script.php -n script.phps
    Will be uploaded as script.phps

    wf-upload -u username -p password -f /path/to/script.php
    Will be uploaded as script.php.txt since .php is not supported by wF.

    wf-upload -u username -p password -f script1.php -f script2.php
    Upload multiple files.
    [/kod]

    wf-pm

    Skicka wF PM

    http://member.webforum.nu/882/wf-pm.pl.txt

    [kod]
    Usage:
    wf-pm -u username -p password -r nick -t title -m message

    Options:
    -u --username Username to login with
    -p --password Password to login with
    -r --recipients Recipients of message
    -t --title Title of message
    -m --message Body of message
    -h --help Displays this help
    -v --version Displays version

    Examples:
    wf-pm -u username -p password -r nick -t Hello -m 'Message'
    [/kod]

    Krav

    perl samt WWW::Mechanize.
    Hansen
    ch at ngmedia dot com

    Ge människan en fisk och du kommer att ge honom mat för dagen. Lär honom fiska och du kommer att ge honom mat för livet. -- Kinesiskt ordspråk
Working...
X