Differences
This shows you the differences between the selected revisions of the page.
2021-11-16 | 2021-11-16 | ||
no summary (85.16.131.117) (hidden) (untrusted) | Restored revision 1631178017. Undoing revisions 1637066232, 1637066278, 1637066294, 1637066317. (martin) (hidden) | ||
Line 80: | Line 80: | ||
put "%1%" | put "%1%" | ||
</code> | </code> | ||
- | chris stinkt | ||
==== Case Sensitivity of File Names ==== | ==== Case Sensitivity of File Names ==== | ||
Line 86: | Line 85: | ||
Note that WinSCP treats filenames in case sensitive manner. So even if your server treats filenames in case insensitive manner, make sure you specify case properly.((This is important particularly for FTP sessions.)) | Note that WinSCP treats filenames in case sensitive manner. So even if your server treats filenames in case insensitive manner, make sure you specify case properly.((This is important particularly for FTP sessions.)) | ||
+ | ==== [[comments]] Comments ==== | ||
+ | To insert comments into the script file, start the line with ''#'' (hash): | ||
+ | <code winscp> | ||
+ | # Connect to the server | ||
+ | open mysession | ||
+ | </code> | ||
===== [[commands]] Commands ===== | ===== [[commands]] Commands ===== |