Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntenore Gatta <antenore@simbiosi.org>2018-07-24 13:57:34 +0300
committerAntenore Gatta <antenore@simbiosi.org>2018-07-24 13:57:34 +0300
commit8356c3a194416f03162c473a182bb2c35c1a7ce5 (patch)
tree10582b3635b1590c1a6e7bd24cde5fc792b0b55d
parent0bf3f816576b7b3f614fdf085c77059c86a618c5 (diff)
parent966f02b886ff7effa1adf829969fe74cf5f69f64 (diff)
Merge branch 'patch-1' into 'master'
Update remmina_filezilla_sftp.sh: make it possible to use special character in password like "@" See merge request Remmina/Remmina!1685
-rwxr-xr-xsrc/external_tools/remmina_filezilla_sftp.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/external_tools/remmina_filezilla_sftp.sh b/src/external_tools/remmina_filezilla_sftp.sh
index 3ac46f809..c6992148b 100755
--- a/src/external_tools/remmina_filezilla_sftp.sh
+++ b/src/external_tools/remmina_filezilla_sftp.sh
@@ -3,5 +3,5 @@
. $(dirname $0)/functions.sh
settitle
-filezilla sftp://$ssh_username:$password@$server
+filezilla sftp://$ssh_username:"$ssh_password"@$server