Differences
This shows you the differences between the selected revisions of the page.
2017-03-27 | 2018-02-20 | ||
Word opened was listed twice in a row in the sentence starting with Check the Initial directory... (167.201.241.175) | 5.13 session path methods to remotepath class (martin) | ||
Line 77: | Line 77: | ||
* //(When generating a code for a file transfer)// Transfer files using ''[[library_session_putfiles|Session.PutFiles]]'' or ''[[library_session_getfiles|Session.GetFiles]]''. The ''[[library_transferoptions|TransferOptions]]'' class instance will be constructed and set up, if any non-default [[ui_transfer_custom|transfer settings]] are used. The ''[[library_operationresultbase#check|OperationResultBase.Check]]'' method will be called on results of the methods to [[library_session#results|throw an exception on any error]]. | * //(When generating a code for a file transfer)// Transfer files using ''[[library_session_putfiles|Session.PutFiles]]'' or ''[[library_session_getfiles|Session.GetFiles]]''. The ''[[library_transferoptions|TransferOptions]]'' class instance will be constructed and set up, if any non-default [[ui_transfer_custom|transfer settings]] are used. The ''[[library_operationresultbase#check|OperationResultBase.Check]]'' method will be called on results of the methods to [[library_session#results|throw an exception on any error]]. | ||
* If you had all files selected in the source panel, a code to upload all files from the source directory will be generated. | * If you had all files selected in the source panel, a code to upload all files from the source directory will be generated. | ||
- | * If you had only some files selected in the source panel, a code to upload only the selected files (but three at most) will be generated. If file names contain any [[file_mask#basic|file mask special characters]], the ''[[library_session_escapefilemask|Session.EscapeFileMask]]'' method will be called to escape them. | + | * If you had only some files selected in the source panel, a code to upload only the selected files (but three at most) will be generated. If file names contain any [[file_mask#basic|file mask special characters]], the ''[[library_remotepath_escapefilemask|RemotePath.EscapeFileMask]]'' method will be called to escape them. |
* Dispose the ''[[library_session|Session]]'' instance. | * Dispose the ''[[library_session|Session]]'' instance. | ||