Get *.csv not working
get -Transfer=binary *.csv C:\Freshware\EDI\Orders\
.csv
format.
If I set the transfer to
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\
The
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