๋ฐ์ํ
ftp ์์ถ ํ์ผ ์ ๋ก๋ ํ ๋ binary ๋ชจ๋ ์ฌ์ฉํด์ผ ํ์ผ ๊นจ์ง์ง ์๊ณ ์ ์ ์ ๋ก๋ ๋ฉ๋๋ค. (์์ฃผ ๊น๋จน๋ ๋ถ๋ถ..)
๐ค FTP put ์ํ shell ์ฝ๋
ftp -n 127.0.0.1 << EOF
quote USER $user
quote PASS $pass
cd $put_path
lcd $local_path
binary
put $file_nm
bye
EOF
binary ๋ชจ๋๋ก ์ ๋ก๋ํ์ง ์์ผ๋ฉด ์ผ๋ฐ ํ ์คํธ ํํ๋ก ์ฌ๋ผ๊ฐ ์์ถ ํด์ ์ ์๋ ์๋ฌ ๋ฉ์์ง๊ฐ ๋ฐ์
gzip : test.csv.gz: invalid compressed data--format violated