tdl/docs/command/tdl_up.md
2022-09-15 15:52:03 +08:00

889 B

tdl up

Upload anything to Telegram

tdl up [flags]

Examples

tdl up -n iyear --proxy socks5://localhost:1080 -p /path/to/file -p /path -e .so -e .tmp -s 262144 -t 16 -l 3

Options

  -e, --excludes strings   exclude the specified file extensions
  -h, --help               help for up
  -l, --limit int          max number of concurrent tasks (default 2)
  -s, --part-size int      part size for uploading, max is 512*1024 (default 524288)
  -p, --path strings       dirs or files
  -t, --threads int        threads for uploading one item (default 8)

Options inherited from parent commands

  -n, --ns string      namespace for Telegram session
      --proxy string   proxy address, only socks5 is supported, format: protocol://username:password@host:port

SEE ALSO

  • tdl - Telegram Downloader, but more than a downloader