Opened 9 years ago
Closed 9 years ago
#10726 closed Bug report (fixed)
The contents of the file is duplicated
Reported by: | nullume | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | FileZilla Client |
Keywords: | Cc: | ||
Component version: | 3.15.0 Beta1 | Operating system type: | |
Operating system version: | Windows7 64bit |
Description
Download file from remote server, then contents of the file is duplicated.
For example:
<html>
<head>
</head>
<body>
aaa
</body>
</html>
to
<html>
<head>
</head>
<body>
aaa
</body>
</html><html>
<head>
</head>
<body>
aaa
</body>
</html>
FileZilla version: 3.15.0 Beta1 Win64
Note:
See TracTickets
for help on using tickets.
Thanks, will be fixed in the next version.