Skip to content

Commit 3d5457f

Browse files
committed
Add documentation for send_file function
1 parent 88c2493 commit 3d5457f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ Open Android Backup doesn't automatically load hooks, and you have to allow the
104104
- `cecho <text>` lets you have yellow terminal output.
105105
- `wait_for_enter` waits for a keypress, and is compatible with unattended mode.
106106
- `get_file <phone_directory> <phone_file> <destination>` lets you copy files off the device with the best reliability and speed, an alternative to `adb pull`. Useful for backing up data.
107+
- `send_file <directory> <file> <destination>` is used to send files to the device, utilizing either `adb` or `tar` depending on user preference.
107108
- `adb push <file> <destination>` lets you upload files to the device, useful when restoring your data.
108109

109110
*Required functions*

0 commit comments

Comments
 (0)