osx - Terminal in Mac: Put files in FTP Server -


i put files in ftp server using macintosh terminal. use command

"put filename.txt"

while doing text file utf-16 gets ftp server not retain doublebyte characters (e.g: japanese characters). believe because did not specify file format destination.

what command used specify destination "file format" "type", "structure" etc.

the default ftp type ascii. before put file, might first change type binary.

here how looks @ prompt:

ftp> binary 200 type set 

Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -