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:
authorJialin Wang <choumingzhao@outlook.com>2018-07-24 13:52:35 +0300
committerJialin Wang <choumingzhao@outlook.com>2018-07-24 13:52:35 +0300
commitb629a674a3fc59abe5fe5e2d46c55938cd1d3323 (patch)
treefa8bc8554631240cb3749a4f83076cab7a056208
parent0bf3f816576b7b3f614fdf085c77059c86a618c5 (diff)
Update remmina_filezilla_sftp.sh: make it possible to use special character in password like "@"
-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..4410c0069 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:"$password"@$server