1
2plowdel(1) Plowshare GIT-c58a80e plowdel(1)
3
4
5
7 plowdel - Command-line link-deleter for file-sharing websites
8
9
11 plowdel [OPTIONS]... [MODULE_OPTIONS]... URL...
12
13
15 plowdel is a set of bash scripts designed for deleting files on file-
16 sharing website. It acts like a web browser, retreiving pages and
17 filling html forms.
18
19 Currently supported hosting sites list is available in README file.
20
21 Some sites may require authentication for deleting files. See specific
22 module options below.
23
24
26 Common options
27 -i, --interface=IFACE
28 If your machine has several network interfaces, force using
29 IFACE interface.
30
31 Logging options
32 -v, --verbose=LEVEL
33 Set output verbose level:
34 0 none,
35 1 errors,
36 2 notice (default behavior),
37 3 debug,
38 4 report (very noisy, log HTML pages).
39
40 -q, --quiet
41 Alias for -v0. Do not print any debug messages.
42
43 Generic program information
44 -h, --help
45 Display this help and exit.
46
47 --version
48 Output version information and exit.
49
50
52 Common options
53 -a, --auth=USER:PASSWORD
54 Use premium account. Free account can be used sometimes.
55
56
58 1) Delete one or several files
59 $ plowdel http://www.zshare.net/delete/1234567890ABCD/
60
61 # Deletes are successive (not parrallel)
62 $ plowdel http://www.zshare.net/delete/1234567890ABCD/ http://www.megaupload.com/?d=ghijklmn
63
64
66 ~/.config/plowshare/plowshare.conf
67 This is the per-user configuration file.
68
69 /etc/plowshare.conf
70 Systemwide configuration file.
71
72 The file format is described in plowshare.conf(5).
73
74
76 Plowshare was initially written by Arnau Sanchez. See the AUTHORS file
77 for a list of some of the many other contributors.
78
79 Plowshare is (C) 2010-2011 The Plowshare Team
80
82 plowdown(1), plowup(1), plowlist(1), plowshare.conf(5).
83
84
85
86GPL August 16, 2011 plowdel(1)