Opened 8 years ago
#11069 new Bug report
Copy URL to clipboard is not working correctly
Reported by: | paaguti | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | FileZilla Client |
Keywords: | Copy URL to clipboard | Cc: | |
Component version: | 3.22.2.2 | Operating system type: | Linux |
Operating system version: | XUbuntu 16.04.1 LTS |
Description
Hi,
When I copy a URL to the clipboard when exploring my PVR's HD, the file path is absolute, but there is a '/' missing before the path.
Just removed the root PW of my PVR ;-)
FileZilla version:
FileZilla Client
Version: 3.22.2.2
Build information:
Compiled for: x86_64-unknown-linux-gnu
Compiled on: x86_64-unknown-linux-gnu
Build date: 2016-11-01
Compiled with: gcc (Debian 4.9.2-10) 4.9.2
Compiler flags: -g -O2 -Wall -std=gnu++14
Linked against:
wxWidgets: 3.0.3
GnuTLS: 3.4.15
SQLite: 3.14.2
Operating system:
Name: Linux 4.4.0-45-generic x86_64
Version: 4.4
CPU features: sse sse2 sse3 ssse3 sse4.1 sse4.2
Settings dir: /home/paag/.config/filezilla/
Tested on my Linux system:
uname -a
Linux paag-U30Jc 4.4.0-45-generic #66-Ubuntu SMP Wed Oct 19 14:12:37 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=16.04
DISTRIB_CODENAME=xenial
DISTRIB_DESCRIPTION="Ubuntu 16.04.1 LTS"
Transcript of the session:
# with the URL pasted from FileZilla:
wget --password=<xx removed xx> ftp://root@enigma2/media/hdd/movie/20151212%202001%20-%20SR%202%20KulturRadio%20-%20Giovanna%20d%27Arco.eit
--2016-11-13 09:08:51-- ftp://root@enigma2/media/hdd/movie/20151212%202001%20-%20SR%202%20KulturRadio%20-%20Giovanna%20d%27Arco.eit
=> ‘20151212 2001 - SR 2 KulturRadio - Giovanna d'Arco.eit’
Resolving enigma2 (enigma2)... 192.168.0.2
Connecting to enigma2 (enigma2)|192.168.0.2|:21... connected.
Logging in as root ... Logged in!
==> SYST ... done. ==> PWD ... done.
==> TYPE I ... done. ==> CWD (1) /root/media/hdd/movie ...
No such directory ‘media/hdd/movie’.
# Putting '' at the begining of the file path:
wget --password=<xx removed xx> ftp://root@enigma2//media/hdd/movie/20151212%202001%20-%20SR%202%20KulturRadio%20-%20Giovanna%20d%27Arco.eit
--2016-11-13 09:22:17-- ftp://root@enigma2//media/hdd/movie/20151212%202001%20-%20SR%202%20KulturRadio%20-%20Giovanna%20d%27Arco.eit
=> ‘20151212 2001 - SR 2 KulturRadio - Giovanna d'Arco.eit’
Resolving enigma2 (enigma2)... 192.168.0.2
Connecting to enigma2 (enigma2)|192.168.0.2|:21... connected.
Logging in as root ... Logged in!
==> SYST ... done. ==> PWD ... done.
==> TYPE I ... done. ==> CWD (1) /media/hdd/movie ... done.
==> SIZE 20151212 2001 - SR 2 KulturRadio - Giovanna d'Arco.eit ... 415
==> PASV ... done. ==> RETR 20151212 2001 - SR 2 KulturRadio - Giovanna d'Arco.eit ... done.
Length: 415 (unauthoritative)
20151212 2001 - SR 100%[===================>] 415 --.-KB/s in 0,01s
2016-11-13 09:22:20 (40,6 KB/s) - ‘20151212 2001 - SR 2 KulturRadio - Giovanna d'Arco.eit’ saved [415]