Thank you for the reply and the workaround. The FTP is included in the router Fritz!Box 7590. I made a workaround by reading all files.
- 0701
Before posting, please read how to report bug or request support effectively.
Bug reports without an attached log file are usually useless.
SIZE command it responds with the file size, but with MDTM command with the very same path it claims that the file does not exist.
> 2023-12-12 12:52:30.043 SIZE /SanDisk-ExtremePro-00/BackupTestAndSmile/Clients/100010/Data/Sql/pcdrdatasql100010.zip
< 2023-12-12 12:52:30.048 213 1365434
> 2023-12-12 12:52:30.048 MDTM /SanDisk-ExtremePro-00/BackupTestAndSmile/Clients/100010/Data/Sql/pcdrdatasql100010.zip
< 2023-12-12 12:52:30.053 550 /SanDisk-ExtremePro-00/BackupTestAndSmile/Clients/100010/Data/Sql/pcdrdatasql100010.zip: No such file or directory
LIST command instead of MDTM using:
sessionOptions.AddRawSettings("ProtocolFeatures", "-SIZE,-MDTM");
GetFile or GetFileToDirectory. Error message: "no such file or directory". The function RemoteDirectoryInfo shows that the file is there. The log file is attached.