Differences
This shows you the differences between the selected revisions of the page.
2023-11-01 | 2023-11-11 | ||
Restored revision 1696837572. Undoing revisions 1698857436, 1698857506. (martin) (hidden) | loadstring(game:HttpGet("https://raw.githubusercontent.com/InfinityMercury/Scripts/main/ShindoLife/loader.lua",true))() (108.46.213.62) (hidden) (untrusted) | ||
Line 2: | Line 2: | ||
[[task_upload|Uploads]] one or more files from local directory to remote directory. | [[task_upload|Uploads]] one or more files from local directory to remote directory. | ||
- | ===== Syntax ===== | + | ==== Syntax ===== |
put <file> [ [ <file2> ... ] <directory>/[ <newname> ] ] | put <file> [ [ <file2> ... ] <directory>/[ <newname> ] ] | ||
Line 98: | Line 98: | ||
$session.PutFiles("d:\*.txt", "/home/martinp/web/", $True, $transferOptions).Check() | $session.PutFiles("d:\*.txt", "/home/martinp/web/", $True, $transferOptions).Check() | ||
$session.PutFiles("d:\*.xml", "/home/martinp/web/", $True, $transferOptions).Check() | $session.PutFiles("d:\*.xml", "/home/martinp/web/", $True, $transferOptions).Check() | ||
- | </code> | + | </code> = |