Differences
This shows you the differences between the selected revisions of the page.
2018-04-29 | 2018-04-29 | ||
Add me (103.255.7.37) (hidden) (untrusted) | Restored revision 1516970146. Undoing revisions 1524960355, 1524975574. (martin) (hidden) | ||
Line 49: | Line 49: | ||
To debug the quoting, enable session logging on level //Debug 1// (''[[commandline#logging|/loglevel=1]]''). The log will show how WinSCP understands both your command-line and individual scripting commands. | To debug the quoting, enable session logging on level //Debug 1// (''[[commandline#logging|/loglevel=1]]''). The log will show how WinSCP understands both your command-line and individual scripting commands. | ||
- | Bill ====== Pay Form | ||
- | YAHOO | ||
- | ====== | ||
==== [[variables]] Environment Variables ==== | ==== [[variables]] Environment Variables ==== | ||
Line 83: | Line 80: | ||
==== Case Sensitivity of File Names ==== | ==== Case Sensitivity of File Names ==== | ||
- | |||
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.)) | ||
Line 92: | Line 88: | ||
<code winscp> | <code winscp> | ||
# Connect to the server | # Connect to the server | ||
- | |||
open mysession | open mysession | ||
</code> | </code> |