Closed wendlers closed 8 years ago
Using cat <remote-file> on a non ASCII file hangs the shell. Underlying getscommand should use binary transfer (as done by get) to fix the problem.
cat <remote-file>
gets
get
Using
cat <remote-file>
on a non ASCII file hangs the shell. Underlyinggets
command should use binary transfer (as done byget
) to fix the problem.