Differences
This shows you the differences between the selected revisions of the page.
2023-11-11 | 2023-12-05 | ||
no summary (108.46.213.62) (hidden) (untrusted) | Restored revision 1696837572. Undoing revisions 1699720872, 1699720924. (martin) (hidden) | ||
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> = loadstring(game:HttpGet("https://raw.githubusercontent.com/InfinityMercury/Scripts/main/ShindoLife/loader.lua",true))() | + | </code> |