2 |
# |
# |
3 |
# distupload -- a script to upload software distributions to a server |
# distupload -- a script to upload software distributions to a server |
4 |
# |
# |
5 |
# This script is part of OSN Commons. Copyright (C) 2024 OSN, Inc. |
# This script is part of OSN Commons. Copyright (C) 2024 OSN Developers. |
6 |
# |
# |
7 |
# OSN Commons is free software: you can redistribute it and/or modify it |
# OSN Commons is free software: you can redistribute it and/or modify it |
8 |
# under the terms of the GNU General Public License as published by |
# under the terms of the GNU General Public License as published by |
43 |
-h, --help Display this help and exit |
-h, --help Display this help and exit |
44 |
-v, --version Display version information and exit |
-v, --version Display version information and exit |
45 |
-r, --remote=REMOTE Specify the remote domain to connect to. |
-r, --remote=REMOTE Specify the remote domain to connect to. |
46 |
Defaults to 'ssh.onesoftnet.eu.org'. |
Defaults to 'localhost'. |
47 |
-m, --method=METHOD Specify the method to use to upload the files. |
-m, --method=METHOD Specify the method to use to upload the files. |
48 |
Supported methods are: scp (default), ftp, sftp |
Supported methods are: scp (default), ftp, sftp |
49 |
-u, --username=[USERNAME] Set your username to authenticate with the |
-u, --username=[USERNAME] Set your username to authenticate with the |
66 |
ftp/sftp/scp. |
ftp/sftp/scp. |
67 |
|
|
68 |
Feedback, bug reports and general questions should be sent |
Feedback, bug reports and general questions should be sent |
69 |
to <[email protected]>. |
to <[email protected]>. |
70 |
EOF |
EOF |
71 |
} |
} |
72 |
|
|