Differences
This shows you the differences between the selected revisions of the page.
2005-03-03 | 2005-03-18 | ||
created (martin) | Transferring Large Text Files with SCP Protocol (martin) | ||
Line 17: | Line 17: | ||
===== Editing Binary Files ===== | ===== Editing Binary Files ===== | ||
Learn how to edit [[task_edit#editing_binary_files|remote binary file locally]]. | Learn how to edit [[task_edit#editing_binary_files|remote binary file locally]]. | ||
+ | |||
+ | ===== Transferring Large Text Files with SCP Protocol ===== | ||
+ | Note that due to [[protocols|SCP protocol]] requirements WinSCP needs to know size of converted test file before the transfer actually starts. For the reason with SCP protocol, the whole file is converted in memory before the transfer. | ||
+ | |||
+ | If the file is too large (not common for text files), you can run out of memory during conversion. So to transfer large text file, either force binary mode (if possible) or switch to [[protocols|SFTP protocol]]. |