ftp script doesn't download jpg properly

ftp script doesn't download jpg properly
The downloaded files have color splotches
Here is the script:

ftp -n me@institute.edu <<END_SCRIPT
quote user name
quote pass password
prompt
mget *.jpg
quit
END_SCRIPT
exit 0
cd ../

Before you mget, run the binary command.

Thanks This solves the problem:b::slight_smile: