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 14:12:21 +0300
committerJialin Wang <choumingzhao@outlook.com>2018-07-24 14:12:21 +0300
commit293f2cc10cd489d6347302991d718e3b9172a2fd (patch)
tree10582b3635b1590c1a6e7bd24cde5fc792b0b55d
parent0bf3f816576b7b3f614fdf085c77059c86a618c5 (diff)
Update remmina_filezilla_sftp.sh: 1. use "ssh_password" instead of "password" because latter does not work; 2. Use quotes to make special character like "@" in ssh password possible.
-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