Here is what the FTP logfile looks like when using a download list with the entry:----------
Connect to: (13-02-2025 14:34:25)
hostname=tdf.mirror.liteserver.nl
username=anonymous
startdir=
tdf.mirror.liteserver.nl=185.31.172.243
220 (vsFTPd 3.0.5)
USER anonymous
230 Login successful.
...
...
...
CWD /tdf/libreoffice/stable/25.2.0/win/x86_64
250 Directory successfully changed.
...
...
...
RETR LibreOffice_25.2.0_Win_x86-64.msi.asc
150 Opening BINARY mode data connection for LibreOffice_25.2.0_Win_x86-64.msi.asc (833 bytes).
Download
Waiting for server...
226 Transfer complete.
Copied (13-02-2025 14:34:52): ftp://tdf.mirror.liteserver.nl/tdf/libreoffice/stable/25.2.0/win/x86_64/LibreOffice_25.2.0_Win_x86-64.msi.asc -> d:\LibreOffice_25.2.0_Win_x86-64.msi.asc 833 bytes, 16 kbytes/s
Code: Select all
ftp://tdf.mirror.liteserver.nl/tdf/libreoffice/stable/25.2.0/win/x86_64/LibreOffice_25.2.0_Win_x86-64.msi.asc
As you can see, the full path is used in the RETR command. This is probably deliberate and I think not a problem. However, I don't think the path should be included twice in the "Copied" line at the end.BG:----------
BG:Connect to: (13-02-2025 14:15:55)
BG:hostname=tdf.mirror.liteserver.nl
BG:username=anonymous
BG:startdir=/tdf/libreoffice/stable/25.2.0/win/x86_64
BG:tdf.mirror.liteserver.nl=185.31.172.243
BG:220 (vsFTPd 3.0.5)
BG:USER anonymous
BG:230 Login successful.
...
...
...
BG:CWD /tdf/libreoffice/stable/25.2.0/win/x86_64
BG:250 Directory successfully changed.
...
...
...
BG:RETR /tdf/libreoffice/stable/25.2.0/win/x86_64/LibreOffice_25.2.0_Win_x86-64.msi.asc
BG:150 Opening BINARY mode data connection for /tdf/libreoffice/stable/25.2.0/win/x86_64/LibreOffice_25.2.0_Win_x86-64.msi.asc (833 bytes).
BG:Download
BG:Waiting for server...
BG:226 Transfer complete.
BG:Copied (13-02-2025 14:15:56): ftp://tdf.mirror.liteserver.nl/tdf/libreoffice/stable/25.2.0/win/x86_64//tdf/libreoffice/stable/25.2.0/win/x86_64/LibreOffice_25.2.0_Win_x86-64.msi.asc -> d:\LibreOffice_25.2.0_Win_x86-64.msi.asc 833 bytes, 50 kbytes/s
(When uploading files using a download list, the path is not included twice but there is an extra slash character)
When deleting files, the FTP logfile can have entries like this:
It seems a slash is always added, even when the file is in the root folder.Deleted (13-02-2025 15:43:41): ftp://ftp.example.com//test123.txt
Deleted (13-02-2025 15:45:27): ftp://ftp.example.com/test/test123.txt