OK I must have missed that... thanks for the explanation / workaround :)
- pault
Before posting, please read how to report bug or request support effectively.
Bug reports without an attached log file are usually useless.
[
and ]
have a specific meaning in a file mask.
[
literally (but not the ]
, contrary to your post), you have to escape it like [[]
.
C:\Program Files (x86)\WinSCP>winscp.com
winscp> open sftp://username:password@host.com/path/to/files/
Searching for host...
Connecting to host...
Authenticating...
Using username "username".
Authenticating with pre-entered password.
Authenticated.
Starting the session...
Session started.
Active session: [1] username@host.com
winscp> dir
-rw-rw---- 1 username username 1111708992 Feb 6 21:15:41 2017 TVShow.S02E01.720p.HDTV.x264-SVA[eztv].mkv
-rw-rw---- 1 username username 1012275713 Feb 6 21:16:05 2017 TVShow.S02E02.720p.HDTV.x264-FLEET[eztv].mkv
winscp>
winscp> get TVShow.S02E02.720p.HDTV.x264-FLEET[eztv].mkv
No file matching 'TVShow.S02E02.720p.HDTV.x264-FLEET[eztv].mkv' found.
winscp> exit
C:\Program Files (x86)\WinSCP>
C:\Program Files (x86)\WinSCP>winscp.com
winscp> open sftp://username:password@host.com/path/to/files/
Searching for host...
Connecting to host...
Authenticating...
Using username "username".
Authenticating with pre-entered password.
Authenticated.
Starting the session...
Session started.
Active session: [1] username@host.com
winscp> dir
-rw-rw---- 1 username username 1111708992 Feb 6 21:15:41 2017 TVShow.S02E01.720p.HDTV.x264-SVA.eztv.mkv
-rw-rw---- 1 username username 1012275713 Feb 6 21:16:05 2017 TVShow.S02E02.720p.HDTV.x264-FLEET[eztv].mkv
winscp>
winscp> get TVShow.S02E01.720p.HDTV.x264-SVA.eztv.mkv C:\Incoming\
TVShow.S02E01.720p.HDTV.x | 7804 KB | 1348.1 KB/s | binary | 0%
Terminated by user.
winscp>