Re: Get *.csv not working
Well, that looks like a deficiency of the server. Directory listing is textual information. It's only natural that it is transferred in ascii/text mode.
get -Transfer=binary *.csv C:\Freshware\EDI\Orders\
.csv
format.
binary
and use the *.csv
it falls over as it's trying to download a directory listing in Ascii mode and fails.
get -Transfer=binary Order_123.csv C:\Freshware\EDI\Orders\
ls
command fails the the same error 200 as well.
. 2022-07-29 18:11:34.575 Retrieving directory listing...
> 2022-07-29 18:11:34.575 TYPE A
< 2022-07-29 18:11:34.586 200 ASCII isn't properly supported: https://github.com/fclairamb/ftpserver/issues/86