Differences

This shows you the differences between the selected revisions of the page.

index 2011-07-31 index 2023-12-14 (current)
Line 1: Line 1:
====== Index ====== ====== Index ======
-  * [[start|Contents]]+  * [[start|Documentation]]
===== About WinSCP ===== ===== About WinSCP =====
Line 12: Line 12:
      * [[Awards]]       * [[Awards]]
      * [[Screenshots]]       * [[Screenshots]]
-      * [[free_sftp_client_for_windows]] +      * [[License]] 
-      * [[free_ftp_client_for_windows]] +      * [[privacy]] 
-      * [[free_ssh_client_for_windows]] +      * [[contributor_agreements]]
-      * [[license]]+
===== Setting up WinSCP ===== ===== Setting up WinSCP =====
Line 22: Line 21:
      * [[Requirements]]       * [[Requirements]]
      * [[Installation]]       * [[Installation]]
-        * [[opencandy]]+        * [[ui_installer|WinSCP Installer]] 
 +          * [[ui_installer_license|License Agreement]] 
 +          * [[ui_installer_setuptype|Setup Type]] 
 +          * [[ui_installer_selectdir|Select Destination Location]] 
 +          * [[ui_installer_selectcomponents|Select Components]] 
 +          * [[ui_installer_selecttasks|Select Additional Tasks]] 
 +          * [[ui_installer_interface|Initial User Settings]] 
 +          * [[ui_installer_ready|Ready to Install]] 
 +          * [[ui_installer_finished|Completing the Wizard]] 
 +      * [[microsoft_store]]
      * [[custom_distribution]]       * [[custom_distribution]]
      * [[administration]]       * [[administration]]
-      * [[u3]] 
      * [[dragext]]       * [[dragext]]
-===== Getting started =====+===== Getting Started =====
-    * Getting started+    * Getting Started
      * [[getting_started|Quick Start Guide]]       * [[getting_started|Quick Start Guide]]
      * [[Protocols]]       * [[Protocols]]
-        * [[sftp]] +        * [[sftp|SFTP]] 
-        * [[scp]]+          * [[sftp_codes]] 
 +        * [[scp|SCP]]
        * [[ftp|FTP]]         * [[ftp|FTP]]
-          * [[ftps]]+          * [[ftps|FTPS]] 
 +          * [[ftp_codes]] 
 +          * [[ftp_modes]] 
 +        * [[webdav|WebDAV]] 
 +        * [[s3]] 
 +        * [[tls]] 
 +          * [[tls_ciphersuites]]
        * [[ssh|SSH]]         * [[ssh|SSH]]
 +          * [[ssh_verifying_the_host_key]]
 +          * [[ssh_keys]]
          * [[public_key|Using Public Keys for Authentication]]           * [[public_key|Using Public Keys for Authentication]]
            * [[ui_puttygen]]             * [[ui_puttygen]]
-······* [[Security]]+············* [[ui_pageant]] 
 +          * [[ssh_algorithms]] 
 +      * [[security|Security]] 
 +        * [[security_credentials]]
===== Features ===== ===== Features =====
Line 49: Line 68:
      * [[scripting|Scripting]]       * [[scripting|Scripting]]
        * [[scripting#commands|Script Commands]]         * [[scripting#commands|Script Commands]]
-          * [[scriptcommand]]+          * [[scriptcommand_call]] 
 +          * [[scriptcommand_cd]] 
 +          * [[scriptcommand_checksum]] 
 +          * [[scriptcommand_chmod]] 
 +          * [[scriptcommand_close]] 
 +          * [[scriptcommand_cp]] 
 +          * [[scriptcommand_echo]] 
 +          * [[scriptcommand_exit]] 
 +          * [[scriptcommand_get]] 
 +          * [[scriptcommand_help]] 
 +          * [[scriptcommand_keepuptodate]] 
 +          * [[scriptcommand_lcd]] 
 +          * [[scriptcommand_lls]] 
 +          * [[scriptcommand_ln]] 
 +          * [[scriptcommand_lpwd]] 
 +          * [[scriptcommand_ls]] 
 +          * [[scriptcommand_mkdir]] 
 +          * [[scriptcommand_mv]] 
 +          * [[scriptcommand_open]] 
 +          * [[scriptcommand_option]] 
 +          * [[scriptcommand_put]] 
 +          * [[scriptcommand_pwd]] 
 +          * [[scriptcommand_rm]] 
 +          * [[scriptcommand_rmdir]] 
 +          * [[scriptcommand_session]] 
 +          * [[scriptcommand_stat]] 
 +          * [[scriptcommand_synchronize]]
        * [[scripts|Useful Scripts]]         * [[scripts|Useful Scripts]]
-          * [[script]]+          * [[script_upload_single_file|Uploading a single file]] 
 +          * [[script_upload_multiple_servers|Upload to multiple servers / Parametrized script]] 
 +          * [[script_download_timestamped_filename|Downloading file to timestamped-filename]] 
 +          * [[script_download_most_recent_file|Downloading the most recent file]] 
 +          * [[script_upload_most_recent_file|Uploading the most recent file]] 
 +          * [[script_checking_file_existence|Checking file existence]] 
 +          * [[script_local_move_after_successful_upload|Moving local files to different location after successful upload]] 
 +          * [[script_locking_files_while_uploading|Locking files while uploading / Upload to temporary file name]] 
 +          * [[script_synchronize_any_local_file|Shortcut to synchronize any local directory with remote directory]] 
 +          * [[script_auto_compress_download|Automatically compress files before download]] 
 +          * [[script_vbnet_robust_example|Running WinSCP from VB.NET]] 
 +          * [[script_upload_file_list]] 
 +          * [[script_custom_listing_format_csv|Custom directory listing format (CSV)]] 
 +          * [[script_retry]] 
 +          * [[script_formatting_timestamp_batch_file|Formatting timestamp in batch file]] 
 +          * [[script_downloading_when_done_file_exists]] 
 +          * [[script_download_files_to_same_folder]] 
 +          * [[script_email]]  
 +        * [[rawsettings|Raw Site Settings]] 
 +        * [[rawconfig|Raw Configuration]] 
 +        * [[rawtransfersettings]]
      * [[interfaces|User Interfaces]]       * [[interfaces|User Interfaces]]
      * [[config|Configuration Storage]]       * [[config|Configuration Storage]]
Line 57: Line 122:
      * [[tunneling|Connection Tunneling]]       * [[tunneling|Connection Tunneling]]
      * [[integration|Integration to Windows]]       * [[integration|Integration to Windows]]
 +        * [[integration_url]]
 +        * [[ui_jump_list]]
      * [[master_password|Master password]]       * [[master_password|Master password]]
      * [[resume|Transfer Resume]]       * [[resume|Transfer Resume]]
Line 62: Line 129:
      * [[remote_command|Remote Commands]]       * [[remote_command|Remote Commands]]
      * [[custom_command|Custom Commands]]       * [[custom_command|Custom Commands]]
 +        * [[extension|Extensions]]
 +          * [[extension_generate_http_url]]
 +          * [[extension_compare_files]]
 +          * [[extension_archive_and_download]]
 +          * [[extension_synchronize_another_server]]
        * [[custom_commands|Useful Custom Commands]]         * [[custom_commands|Useful Custom Commands]]
      * [[transfer_queue]]       * [[transfer_queue]]
Line 71: Line 143:
      * [[operation_mask|Operation Mask]]       * [[operation_mask|Operation Mask]]
      * [[filenames]]       * [[filenames]]
-      * [[integration_app]]+      * [[integration_app|Integration]] 
 +        * [[integration_putty]] 
 +        * [[integration_keepass]] 
 +        * [[integration_editor]]
      * [[updates]]       * [[updates]]
 +      * [[usagestatistics]]
      * [[transfer_settings]]       * [[transfer_settings]]
      * [[timestamp]]       * [[timestamp]]
Line 82: Line 158:
      * [[session_url]]       * [[session_url]]
      * [[session_configuration]]       * [[session_configuration]]
 +      * [[workspace]]
 +      * [[file_encryption|File Encryption]]
 +        * [[file_encryption_decrypt_script]]
 +      * [[clipboard]]
===== Using WinSCP ===== ===== Using WinSCP =====
Line 96: Line 176:
      * [[ui_context_menu]]       * [[ui_context_menu]]
      * [[ui_toolbars]]       * [[ui_toolbars]]
 +      * [[ui_tabs]]
      * [[ui_permissions|Permissions]]       * [[ui_permissions|Permissions]]
      * [[ui_copy]]       * [[ui_copy]]
-      * [[ui_transfer]]+      * [[ui_copy_local]]
      * [[ui_console]]       * [[ui_console]]
      * [[ui_fsinfo]]       * [[ui_fsinfo]]
      * [[ui_select]]       * [[ui_select]]
      * [[ui_progress]]       * [[ui_progress]]
-      * [[ui_log]] 
      * [[ui_about]]       * [[ui_about]]
      * [[ui_transfer_custom]]       * [[ui_transfer_custom]]
Line 112: Line 192:
      * [[ui_cleanup]]       * [[ui_cleanup]]
      * [[ui_login_save]]       * [[ui_login_save]]
 +      * [[ui_editmask]]
 +      * [[ui_overwrite]]
 +      * [[ui_save_workspace]]
 +      * [[ui_generateurl]]
 +      * [[ui_tips]]
==== Basic Tasks  ==== ==== Basic Tasks  ====
Line 129: Line 214:
          * [[task_keep_up_to_date|Keep Remote Directory Up To Date]]           * [[task_keep_up_to_date|Keep Remote Directory Up To Date]]
            * [[ui_keepuptodate]]             * [[ui_keepuptodate]]
-        * [[task_connections|Managing connections]]+        * [[task_connections|Managing sessions]]
        * [[task_edit|Editing/Opening Files]]         * [[task_edit|Editing/Opening Files]]
          * [[ui_editor|Internal text editor]]           * [[ui_editor|Internal text editor]]
Line 139: Line 224:
        * [[task_link|Creating Links and Shortcuts]]         * [[task_link|Creating Links and Shortcuts]]
          * [[ui_symlink]]           * [[ui_symlink]]
-        * [[task_move_duplicate|Moving and duplicating remote files]] +        * [[task_move_duplicate|Moving and Duplicating Remote Files]]  
 +          * [[ui_duplicate]]
        * [[task_delete|Deleting files]]         * [[task_delete|Deleting files]]
        * [[task_create_directory|Creating directories]]         * [[task_create_directory|Creating directories]]
Line 145: Line 231:
        * [[task_find|Finding files]]         * [[task_find|Finding files]]
          * [[ui_find]]           * [[ui_find]]
 +        * [[task_lock]]
 +        * [[task_change_password]]
 +        * [[task_file_management]]
==== Guides ==== ==== Guides ====
      * [[guides|Guides]]       * [[guides|Guides]]
-        * [[guide_install]] +        * [[guides#setup|Set Up]] 
- ·······* [[guide_connect]] +··········* [[guide_install]] 
- ·······* [[guide_upload]] + ·········* [[guide_connect]] 
- ·······* [[guide_synchronize]] + ·········* [[guide_tunnel|Connect to FTP/SFTP server which can be accessed via another server only]] 
-        * [[guide_website]] + ·········* [[guide_public_key]] 
- ·······* [[guide_automation]] +        * [[guides#tasks|Basic Tasks]] 
- ·······* [[guide_schedule]] + ·········* [[guide_upload]] 
- ·······* [[guide_exchange|Exchange files over Internet]] + ·········* [[guide_synchronize]] 
-        * [[guide_tunnel|Connect to FTP/SFTP server which can be accessed via another server only]] +         * [[guide_website]] 
- ·······* [[guide_ssis|SFTP task for SSIS]] +··········* [[guide_exchange|Exchange files over Internet]] 
- ·······* [[guide_secure]] +          * [[guide_secure]] 
- ·······* [[guide_automation_advanced]] +        * [[guides#scripting|Scripting/Automation]] 
- ·······* [[guide_dotnet|SFTP file transfers in .Net]] +         * [[guide_automation]] 
-        * [[guide_public_key]] +         * [[guide_automation_advanced]] 
-        * [[guide_interpreting_xml_log]]+         * [[guide_schedule]] 
 +         * [[guide_automation_conditional|Conditional Processing in Automation]] 
 + ·········* [[guide_ssis|SFTP task for SSIS]] 
 + ·········* [[guide_dotnet|SFTP file transfers in .NET]] 
 + ·········* [[guide_interpreting_xml_log]] 
 + ·········* [[guide_ftp_script_to_sftp|Converting Windows FTP script to WinSCP SFTP script]] 
 +         * [[guide_psftp_script_to_winscp|Converting PuTTY PSFTP script to WinSCP script]] 
 +          * [[guide_protecting_credentials_for_automation|Protecting credentials used for automation]] 
 +          * [[guide_debugging_scheduler]] 
 +          * [[guide_custom_commands_automation]] 
 +          * [[guide_filezilla_automation]] 
 +        * [[guides#cloud|Cloud Computing]] 
 +          * [[guides#amazon|Amazon AWS]] 
 +            * [[guide_amazon_ec2]] 
 +            * [[guide_amazon_s3_sftp|Setting up an SFTP Access to Amazon S3]] 
 +            * [[guide_amazon_s3]] 
 +          * [[guides#google|Google Cloud Platform]] 
 +            * [[guide_google_compute_engine]] 
 +            * [[guide_google_bucket]] 
 +          * [[guides#azure|Microsoft Azure]] 
 +            * [[guide_microsoft_azure|Azure]] 
 +            * [[guide_azure_ftps_server]] 
 +            * [[guide_microsoft_azure_webjob_sftp]] 
 +            * [[guide_microsoft_azure_function_sftp]] 
 +          * [[guide_digitalocean]] 
 +          * [[guide_injecting_sftp_ftp_url_to_page]] 
 +          * [[guide_microsoft_onedrive]] 
 +          * [[guide_backblaze]] 
 +          * [[guide_cloudflare]] 
 +        * Other 
 +··········* [[guide_winscp_as_putty_session_manager]] 
 +          * [[guide_windows_ftps_server]] 
 +          * [[guide_windows_openssh_server]] 
 +          * [[guide_config_cloud]]
      * [[howtos|How To]]       * [[howtos|How To]]
        * [[howto]]         * [[howto]]
Line 171: Line 293:
    * Configuration     * Configuration
      * [[ui_login|Login Dialog]]       * [[ui_login|Login Dialog]]
-        * [[ui_login_session|Session]] +        * [[ui_login_raw]] 
- ·········* [[ui_login_stored_sessions|Stored sessions]] + ·······* [[ui_login_advanced|Advanced]] 
-          * [[ui_login_logging|Logging]] +          * [[ui_login_environment|Environment]] 
- ·······* [[ui_login_environment|Environment]] + ···········* [[ui_login_directories|Directories]] 
- ·········* [[ui_login_directories|Directories]] + ···········* [[ui_login_recycle_bin|Recycle Bin]] 
- ·········* [[ui_login_recycle_bin|Recycle Bin]] + ···········* [[ui_login_encryption|Recycle Bin]] 
- ·········* [[ui_login_sftp|SFTP]] + ···········* [[ui_login_sftp|SFTP]] 
- ·········* [[ui_login_scp|SCP/Shell]] + ···········* [[ui_login_scp|SCP/Shell]] 
- ·········* [[ui_login_ftp|FTP]] + ···········* [[ui_login_ftp|FTP]] 
- ·······* [[ui_login_connection|Connection]] +           * [[ui_login_s3|S3]] 
- ·········* [[ui_login_proxy|Proxy]] +            * [[ui_login_webdav|WebDAV]] 
- ·········* [[ui_login_tunnel|Tunnel]] +··········* [[ui_login_connection|Connection]] 
- ·······* [[ui_login_ssh|SSH]] + ···········* [[ui_login_proxy|Proxy]] 
- ·········* [[ui_login_kex|Key exchange]] + ···········* [[ui_login_tunnel|Tunnel]] 
- ·········* [[ui_login_authentication|Authentication]] +           * [[ui_login_tls|TLS/SSL]] 
- ·········* [[ui_login_bugs|Bugs]] +··········* [[ui_login_ssh|SSH]] 
- ·······* [[ui_login_preferences|Preferences]]+ ···········* [[ui_login_kex|Key exchange]] 
 + ···········* [[ui_login_authentication|Authentication]] 
 + ···········* [[ui_login_bugs|Bugs]] 
 + ·········* [[ui_login_note|Note]]
      * [[ui_preferences|Preferences Dialog]]       * [[ui_preferences|Preferences Dialog]]
        * [[ui_pref_environment|Environment]]         * [[ui_pref_environment|Environment]]
          * [[ui_pref_interface|Interface]]           * [[ui_pref_interface|Interface]]
          * [[ui_pref_window|Window]]           * [[ui_pref_window|Window]]
-          * [[ui_pref_panels|Panels]] 
          * [[ui_pref_commander|Commander]]           * [[ui_pref_commander|Commander]]
          * [[ui_pref_explorer|Explorer]]           * [[ui_pref_explorer|Explorer]]
 +          * [[ui_pref_languages]]
 +        * [[ui_pref_panels|Panels]]
 +          * [[ui_pref_file_colors|File Colors]]
 +            * [[ui_file_color]]
 +          * [[ui_pref_panels_remote|Remote]]
 +          * [[ui_pref_panels_local|Local]]
        * [[ui_pref_editor|Editors]]         * [[ui_pref_editor|Editors]]
 +          * [[ui_pref_editor_internal|Internal Editor]]
          * [[ui_editor_preferences]]           * [[ui_editor_preferences]]
        * [[ui_pref_transfer|Transfer]]         * [[ui_pref_transfer|Transfer]]
-          * [[ui_pref_presets|Presets]] +          * [[ui_transfer_preset]] 
-············* [[ui_transfer_preset]] +          * [[ui_pref_dragdrop|Drag&Drop]]
-          * [[ui_pref_dragdrop|Drag·&·Drop]]+
          * [[ui_pref_background|Background]]           * [[ui_pref_background|Background]]
          * [[ui_pref_resume|Endurance]]           * [[ui_pref_resume|Endurance]]
 +        * [[ui_pref_network|Network]]
        * [[ui_pref_security|Security]]         * [[ui_pref_security|Security]]
          * [[ui_master_password_change]]           * [[ui_master_password_change]]
 +          * [[ui_ssh_host_ca]]
        * [[ui_pref_logging|Logging]]         * [[ui_pref_logging|Logging]]
        * [[ui_pref_integration|Integration]]         * [[ui_pref_integration|Integration]]
          * [[ui_pref_integration_app|Applications]]           * [[ui_pref_integration_app|Applications]]
-        * [[ui_pref_commands|Commands tab]]+        * [[ui_pref_commands|Commands]]
          * [[ui_customcommand|Custom Command Editor Dialog]]           * [[ui_customcommand|Custom Command Editor Dialog]]
        * [[ui_pref_storage|Storage]]         * [[ui_pref_storage|Storage]]
        * [[ui_pref_updates|Updates]]         * [[ui_pref_updates|Updates]]
 +
 +===== Library =====
 +    * [[library|.NET Assembly]]
 +      * [[library_com_wsh]]
 +      * [[library_vb]]
 +      * [[library_perl]]
 +      * [[library_ssis]]
 +      * [[library_install]]
 +      * [[library_powershell]]
 +      * [[library_examples|Examples]]
 +        * [[library_example_delete_after_successful_download]]
 +        * [[library_example_listing_files_matching_wildcard]]
 +        * [[library_example_recursive_search_text]]
 +        * [[library_example_verify_file_checksum]]
 +        * [[library_example_recursive_download_custom_error_handling]]
 +        * [[library_example_find_duplicate_files]]
 +        * [[library_example_parallel_transfers]]
 +        * [[library_example_check_existence_timestamp]]
 +        * [[library_example_zip_and_upload]]
 +        * [[library_example_known_hosts]]
 +        * [[library_example_moves_files_keeping_directory_structure]]
 +        * [[library_example_download_clipboard]]
 +        * [[library_example_watch_for_changes]]
 +        * [[library_example_advanced_rename]]
 +        * [[library_example_keep_local_directory_up_to_date]]
 +        * [[library_example_remember_downloaded_files]]
 +        * [[library_example_winforms_progressbar]]
 +        * [[library_example_two_way_synchronize_delete]]
 +      * [[library_from_script|Converting Script to Code Based on .NET Assembly]]
 +        * [[library_from_script_transfer_settings]]
 +      * [[library_session|Session Class]]
 +        * [[library_session_listdirectory]]
 +        * [[library_session_open]]
 +        * [[library_session_putfile]]
 +        * [[library_session_putfiles]]
 +        * [[library_session_putfilestodirectory]]
 +        * [[library_session_putfiletodirectory]]
 +        * [[library_session_close]]
 +        * [[library_session_dispose]]
 +        * [[library_session_executecommand]]
 +        * [[library_session_fileexists]]
 +        * [[library_session_getfileinfo]]
 +        * [[library_session_trygetfileinfo]]
 +        * [[library_session_getfile]]
 +        * [[library_session_getfiles]]
 +        * [[library_session_getfilestodirectory]]
 +        * [[library_session_getfiletodirectory]]
 +        * [[library_session_removefile]]
 +        * [[library_session_removefiles]]
 +        * [[library_session_synchronizedirectories]]
 +        * [[library_session_filetransferred]]
 +        * [[library_session_failed]]
 +        * [[library_session_outputdatareceived]]
 +        * [[library_session_createdirectory]]
 +        * [[library_session_movefile]]
 +        * [[library_session_abort]]
 +        * [[library_session_escapefilemask]]
 +        * [[library_session_filetransferprogress]]
 +        * [[library_session_addrawconfiguration]]
 +        * [[library_session_calculatefilechecksum]]
 +        * [[library_session_translateremotepathtolocal]]
 +        * [[library_session_combinepaths|CombinePaths]]
 +        * [[library_session_enumerateremotefiles]]
 +        * [[library_session_scanfingerprint]]
 +        * [[library_session_translatelocalpathtoremote]]
 +        * [[library_session_duplicatefile]]
 +        * [[library_session_queryreceived]]
 +        * [[library_session_comparedirectories]]
 +      * [[library_remotefileinfo|RemoteFileInfo Class]]
 +      * [[library_sessionoptions|SessionOptions Class]]
 +        * [[library_sessionoptions_addrawsettings]]
 +        * [[library_sessionoptions_parseurl]]
 +      * [[library_transferoptions|TransferOptions Class]]
 +        * [[library_transferoptions_addrawsettings]]
 +      * [[library_chmodeventargs|ChmodEventArgs Class]]
 +      * [[library_failedeventargs|FailedEventArgs Class]]
 +      * [[library_operationresultbase|OperationResultBase Class]]
 +      * [[library_filepermissions|FilePermissions Class]]
 +      * [[library_removaleventargs|RemovalEventArgs Class]]
 +      * [[library_sessionexception|SessionException Class]]
 +      * [[library_synchronizationresult|SynchronizationResult Class]]
 +      * [[library_toucheventargs|TouchEventArgs Class]]
 +      * [[library_transfereventargs|TransferEventArgs Class]]
 +      * [[library_filetransferprogresseventargs]]
 +      * [[library_operationeventargs]]
 +      * [[library_fileoperationeventargs]]
 +      * [[library_sessionlocalexception]]
 +      * [[library_sessionremoteexception]]
 +      * [[library_commandexecutionresult]]
 +      * [[library_remotedirectoryinfo|RemoteDirectoryInfo]]
 +      * [[library_removaloperationresult]]
 +      * [[library_transferoperationresult]]
 +      * [[library_transferresumesupport]]
 +      * [[library_doc_collections]]
 +      * [[library_wildcard]]
 +      * [[library_queryreceivedeventargs]]
 +      * [[library_remotepath|RemotePath Class]]
 +        * [[library_remotepath_adddirectoryseparator]]
 +        * [[library_remotepath_getdirectoryname]]
 +        * [[library_remotepath_getfilename]]
 +        * [[library_remotepath_escapefilemask]]
 +        * [[library_remotepath_escapeoperationmask]]
 +        * [[library_remotepath_combinepaths]]
 +        * [[library_remotepath_combine]]
 +        * [[library_remotepath_translateremotepathtolocal]]
 +        * [[library_remotepath_translatelocalpathtoremote]]
 +      * [[library_comparisonfileinfo]]
 +      * [[library_comparisondifference|ComparisonDifference]]
 +        * [[library_comparisondifference_resolve]]
 +        * [[library_comparisondifference_reverse]]
===== Misc ===== ===== Misc =====
Line 217: Line 459:
    * [[Screenshots]]     * [[Screenshots]]
    * [[History]]     * [[History]]
 +      * [[incompatible_changes]]
      * [[history_old]]       * [[history_old]]
 +    * [[languages]]
===== Troubleshooting ===== ===== Troubleshooting =====
Line 228: Line 472:
      * [[debugging|Using Debug Release]]       * [[debugging|Using Debug Release]]
      * [[interoperability|Interoperability]]       * [[interoperability|Interoperability]]
 +      * [[internal_error]]
==== FAQ ==== ==== FAQ ====
Line 235: Line 480:
          * [[faq_remote_drive|How do I change drive on the remote panel?]]           * [[faq_remote_drive|How do I change drive on the remote panel?]]
          * [[faq_owner|Why can't I change the owner and the group of a file?]]           * [[faq_owner|Why can't I change the owner and the group of a file?]]
-          * [[faq_selection|Why does selecting a file in WinSCP not work as I expect (that is, in the normal MS Windows way)?]] +          * [[faq_environment|Why does WinSCP not work in a new environment (operating system, machine, user account, network), when it works for me in a different environment already?]]
-          * [[faq_environment|Why WinSCP does not work in a new environment (operating system, machine, user account, network), when it works for me in a different environment already?]]+
        * [[faq#connecting|Connecting to the Server]]         * [[faq#connecting|Connecting to the Server]]
          * [[faq_username|Where do I get a username and password?]]           * [[faq_username|Where do I get a username and password?]]
 +          * [[faq_login]]
          * [[faq_connection_refused|Why is WinSCP not able to connect to a server, when other clients are?]]           * [[faq_connection_refused|Why is WinSCP not able to connect to a server, when other clients are?]]
 +          * [[faq_new_session]]
          * [[faq_ftp|Can I connect to an FTP server?]]           * [[faq_ftp|Can I connect to an FTP server?]]
          * [[faq_security|How do I know if the connection is secure?]]           * [[faq_security|How do I know if the connection is secure?]]
          * [[faq_sftp_large_packet|I get the message "Received too large (??? B) SFTP packet" when I login. What is the problem?]]           * [[faq_sftp_large_packet|I get the message "Received too large (??? B) SFTP packet" when I login. What is the problem?]]
          * [[faq_ip|Where should I type the IP address of my remote host?]]           * [[faq_ip|Where should I type the IP address of my remote host?]]
-          * [[faq_openssh_win|How can I use WinSCP with OpenSSH for Windows?]] 
          * [[faq_passphrase|How can I connect without entering private key passphrase each time?]]           * [[faq_passphrase|How can I connect without entering private key passphrase each time?]]
          * [[faq_password_prompt|Why does WinSCP keep on asking me for a session password?]]           * [[faq_password_prompt|Why does WinSCP keep on asking me for a session password?]]
 +          * [[faq_password_reject|Why is WinSCP rejecting my session password?]]
 +          * [[faq_password_reset|Can you reset my password?]]
 +          * [[faq_hostkey]]
 +          * [[faq_mainframe]]
 +          * [[faq_root_path]]
        * [[faq#transferring|Transferring Files]]         * [[faq#transferring|Transferring Files]]
          * [[faq_fxp|Can I transfer files between two remote servers with WinSCP (FXP)?]]           * [[faq_fxp|Can I transfer files between two remote servers with WinSCP (FXP)?]]
-          * [[faq_drag_move|When I drop files outside of WinSCP, they are moved to the drop target. I want to copy them. How do I do that?]] 
          * [[faq_slow|File transfer speed is very low. WinSCP does not utilize all available bandwidth. How do I improve the transfer speed?]]           * [[faq_slow|File transfer speed is very low. WinSCP does not utilize all available bandwidth. How do I improve the transfer speed?]]
-          * [[faq_download_temp|Downloaded files are stored first to a temporary directory and only after that, they are moved to the destination directory. How do I prevent storing files to a temporary directory?]] 
          * [[faq_not_owner|I need to overwrite a remote file that isn't owned by me, but I'm member of its group. The file has write permission for group. After transfer I get a message like "Upload of file <filename> was successful, but error occurred while setting the permissions and/or timestamp"]]           * [[faq_not_owner|I need to overwrite a remote file that isn't owned by me, but I'm member of its group. The file has write permission for group. After transfer I get a message like "Upload of file <filename> was successful, but error occurred while setting the permissions and/or timestamp"]]
          * [[faq_transfer_mode|Where can I change the file transfer mode (binary, ascii) or enable the auto-select transfer mode option?]]           * [[faq_transfer_mode|Where can I change the file transfer mode (binary, ascii) or enable the auto-select transfer mode option?]]
          * [[faq_timestamp|Why is the timestamp of uploaded/downloaded file different from the timestamp of the source file?]]           * [[faq_timestamp|Why is the timestamp of uploaded/downloaded file different from the timestamp of the source file?]]
-          * [[faq_4gb|Can I transfer file larger than 4 GiB (or 2 GiB)?]]+          * [[faq_4gb|Can I transfer file larger than 4 GB (or 2 GB)?]]
          * [[faq_scp_not_found|When I attempt to copy files, I get an Error 127. What does this mean?]]           * [[faq_scp_not_found|When I attempt to copy files, I get an Error 127. What does this mean?]]
          * [[faq_transfer_size_change|Why does file size and/or content change during transfer?]]           * [[faq_transfer_size_change|Why does file size and/or content change during transfer?]]
 +          * [[faq_line_breaks]]
 +          * [[faq_uploaded_file_missing]]
 +          * [[faq_upload_empty]]
        * [[faq#configuring_session|Configuring the Session]]         * [[faq#configuring_session|Configuring the Session]]
          * [[faq_dir_default|How can I configure the default local or remote directory for the session?]]           * [[faq_dir_default|How can I configure the default local or remote directory for the session?]]
Line 266: Line 517:
          * [[faq_script_result|How do I know that script completed successfully?]]           * [[faq_script_result|How do I know that script completed successfully?]]
          * [[faq_script_modified_files|How do I transfer modified files only?]]           * [[faq_script_modified_files|How do I transfer modified files only?]]
-          * [[faq_script_transfer_and_delete|How do I transfer files and remove them afterwards?]] 
          * [[faq_script_switch|Why the switches do not work in my script?]]           * [[faq_script_switch|Why the switches do not work in my script?]]
          * [[faq_script_vs_gui|Why I cannot connect/transfer using script, when I can using GUI (or vice versa)?]]           * [[faq_script_vs_gui|Why I cannot connect/transfer using script, when I can using GUI (or vice versa)?]]
Line 272: Line 522:
          * [[faq_delete_synchronized_files|How do I create script that synchronizes files and deletes synchronized files from source afterwards?]]           * [[faq_delete_synchronized_files|How do I create script that synchronizes files and deletes synchronized files from source afterwards?]]
          * [[faq_script_non_recursive|How do I transfer (or synchronize) directory non-recursively?]]           * [[faq_script_non_recursive|How do I transfer (or synchronize) directory non-recursively?]]
 +          * [[faq_batch_file]]
 +          * [[faq_library_parameters]]
 +line?]]
        * [[faq#synchronization|Synchronization]]         * [[faq#synchronization|Synchronization]]
          * [[faq_synchronize|Synchronization or keep remote directory up to date functions are not working. Why?]]           * [[faq_synchronize|Synchronization or keep remote directory up to date functions are not working. Why?]]
Line 280: Line 533:
        * [[faq#misc|Miscellaneous]]         * [[faq#misc|Miscellaneous]]
          * [[faq_su|How do I change user after login (e.g. su root)?]]           * [[faq_su|How do I change user after login (e.g. su root)?]]
-          * [[faq_change_passwd|Can I change my account password with WinSCP?]] 
          * [[faq_breaks_permissions|Why WinSCP breaks permissions (jail, chroot)?]]           * [[faq_breaks_permissions|Why WinSCP breaks permissions (jail, chroot)?]]
-          * [[faq_filemanager|Can I have a local directory in both panels (turn WinSCP into file manager)?]] 
-          * [[faq_win_timestamp|Why is remote file timestamp shown in WinSCP panel shifted by one hour from actual timestamp of the file?]] 
          * [[faq_utf8|How do I make WinSCP show localized and/or UTF-8 encoded (Unicode) filenames correctly?]]           * [[faq_utf8|How do I make WinSCP show localized and/or UTF-8 encoded (Unicode) filenames correctly?]]
          * [[faq_web_cache|Why are the changes, I upload to webserver, not visible in the web browser?]]           * [[faq_web_cache|Why are the changes, I upload to webserver, not visible in the web browser?]]
-          * [[faq_http_url|Can WinSCP show me HTTP URL address for the selected file?]] 
          * [[faq_map_drive|Can I map a remote directory as a network drive in Windows?]]           * [[faq_map_drive|Can I map a remote directory as a network drive in Windows?]]
          * [[faq_error_code|What is error code 4?]]           * [[faq_error_code|What is error code 4?]]
Line 297: Line 546:
          * [[faq_eccn_fips|Can you provide us with export control information/FIPS certification for WinSCP?]]           * [[faq_eccn_fips|Can you provide us with export control information/FIPS certification for WinSCP?]]
          * [[faq_licenses|How many WinSCP licenses has our company bought?]]           * [[faq_licenses|How many WinSCP licenses has our company bought?]]
-          * [[faq_password|Can I recover password stored in WinSCP session?]]+          * [[faq_password|Can I recover password stored in WinSCP site?]]
          * [[faq_undelete|Can I undelete remote file removed with WinSCP?]]           * [[faq_undelete|Can I undelete remote file removed with WinSCP?]]
 +          * [[faq_error_codes|Where is documentation for error codes?]] 
 +          * [[faq_no_window]] 
 +          * [[faq_local_folders]]
===== WinSCP Plugins to File Managers ===== ===== WinSCP Plugins to File Managers =====
    * [[fm_plugins|WinSCP Plugins to File Managers]]     * [[fm_plugins|WinSCP Plugins to File Managers]]
-      * Plugin To FAR Manager 
-        * [[far|About]] 
-        * [[far_history|History]] 
-          * [[far_history_old]] 
      * Plugin To Altap Salamander       * Plugin To Altap Salamander
        * [[salamander|About]]         * [[salamander|About]]
Line 315: Line 562:
    * [[wiki:syntax]]     * [[wiki:syntax]]
    * [[wiki:dokuwiki]]     * [[wiki:dokuwiki]]
-    * [[wiki:playground]] 
 +===== Announcements =====
 +  * Announcements
 +    * [[announcement_winscp55]]
 +    * [[announcement_winscp57]]
 +    * [[announcement_winscp59]]
 +    * [[announcement_winscp511]]

Last modified: by martin