From b2881956e3b76588784a2aa70923bd2252f4cd7f Mon Sep 17 00:00:00 2001 From: Martin Cech Date: Tue, 5 May 2026 11:21:03 +0200 Subject: [PATCH] drop mention of the bug from 12 yr old ubuntu release --- content/docs/data/large-data.mdx | 6 ------ content/docs/data/useful-commands.mdx | 6 ------ 2 files changed, 12 deletions(-) diff --git a/content/docs/data/large-data.mdx b/content/docs/data/large-data.mdx index 3e510a4b..79259ecb 100644 --- a/content/docs/data/large-data.mdx +++ b/content/docs/data/large-data.mdx @@ -41,12 +41,6 @@ Windows users need an SFTP client, we recommend the WinSCP application. Keep in 5. `put target_file` Upload target file to server 6. `put -r target_directory` Upload target directory to server - -There is a bug affecting Ubuntu 14.04+ concerning the recursive copy command. If `put -r` fails, create the target directory on the server first to work around this issue. - - -![SFTP screenshot bug](/img/meta/data/useful-commands-sftp-bug.png) - ### `rsync` The `rsync` command is a more advanced and versatile copying tool. It enables the user to synchronize the content of two directories in a more efficient way than scp, because `rsync` copies only the differences between the directories. Therefore it is often used as a tool for regular backups. diff --git a/content/docs/data/useful-commands.mdx b/content/docs/data/useful-commands.mdx index fd92a21f..d00d8a55 100644 --- a/content/docs/data/useful-commands.mdx +++ b/content/docs/data/useful-commands.mdx @@ -35,12 +35,6 @@ sftp is just another protocol for data transfer. Contrary to `scp` it is **inter 5. `put target_file` Upload target file to server 6. `put -r target_directory` Upload target directory to server - - There is a bug affecting Ubuntu 14.04+ concerning the recursive copy command. If `put -r` fails, create the target directory on the server first to work around this issue. - - -![SFTP screenshot bug](/img/meta/data/useful-commands-sftp-bug.png) - ## `rsync` The `rsync` command is a more advanced and versatile copying tool. It enables the user to synchronize the content of two directories in a more efficient way than scp, because `rsync` copies only the differences between the directories. Therefore it is often used as a tool for regular backups.