Doing an RETR
command on a folder worked in all our test cases until a customer came up with the following error:
192.168.147.063.55713-213.083.063.051.00021: RETR /media/Scripting/ServerSideScripting/PHP/CMSDATA
213.083.063.051.00021-192.168.147.063.55713: 550 Could not open input file: Operation not permitted
"CMSDATA" is an existing folder on the server.
Reading through various FTP documentation, I get the feeling, that RETR
is only valid on files but not on folders.
Any idea on how to solve this?
Update 1
Sorry, I forgot to mention that I am using the Ftp.BeginDownload
method which generates the RETR
command.