Мануалы и справочники Общие команды
transfersh

Команда transfersh: опции, ключи и примеры использования

transfersh

An unofficial command-line client for transfer.sh. More information: https://github.com/AlpixTM/transfersh.

transfersh {{path/to/file}}

  • Upload a file showing a progress bar (requires Python package requests_toolbelt):

transfersh --progress {{path/to/file}}

  • Upload a file using a different file name:

transfersh --name {{filename}} {{path/to/file}}

transfersh --servername {{upload.server.name}} {{path/to/file}}

  • Upload all files from a directory recursively:

transfersh --recursive {{path/to/directory/}}

  • Upload a specific directory as an uncompressed tar:

transfersh -rt {{path/to/directory}}

Изображение Выучи 10 хороших привычек для работы в UNIX от IBM