Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How I can use mego with megatools params? #6

Open
hamedsbt opened this issue Mar 2, 2023 · 1 comment
Open

How I can use mego with megatools params? #6

hamedsbt opened this issue Mar 2, 2023 · 1 comment

Comments

@hamedsbt
Copy link

hamedsbt commented Mar 2, 2023

How I can use mego with megatools params? such as --path param to save downloaded file to specified path?

$ megatools
Usage:
  megatools dl [--no-progress] [--path <path>] <links>...
  megatools dl --path - <filelink>
  megatools df [--free|--total|--used] [--mb|--gb|-h]
  megatools ls [-e] [-h] [--header] [-l] [-R] [-n] [<remotepaths>...]
  megatools test [-f|-d] <remotepaths>...
  megatools export <remotepaths>...
  megatools get [--no-progress] [--path <path>] <remotepaths>...
  megatools get --path - <remotefile>
  megatools put [--no-progress] [--path <remotepath>] <paths>...
  megatools copy [-n] [--no-progress] --local <path> --remote <remotepath>
  megatools copy [-n] [--no-progress] --download --local <path> --remote <remotepath>
  megatools mkdir <remotepaths>...
  megatools mkdir /Contacts/<contactemail>
  megatools rm <remotepaths>...
  megatools rm /Contacts/<contactemail>
  megatools reg [--scripted] --register --email <email> --name <realname> --password <password>
  megatools reg [--scripted] --verify <state> <link>
@scotow
Copy link
Owner

scotow commented Mar 2, 2023

Hello, this project is a sample wrapper with not so many options. If your only need is the --path option, you have two options. You can either move to the target directory and use relative paths to your list files, or you can create a PR to add this option to mego and forward it to megatools.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants