[ internet ] in KIDS 글 쓴 이(By): jscho (????) 날 짜 (Date): 1994년09월05일(월) 16시01분02초 KDT 제 목(Title): [A]e-mail에서 화일.... e-mail로 file을 보낼때 redirection( < )을 이용하면됩니다. mail username@e-mail address < filename 저의 e -mail address로 예를 들면 ex) e-mail address: jscho@sam1.info.samsung.co.kr mail jscho@sam1.info.samsung.co.kr < filename * 보내고자 하는 file이 text file이 아닌 binary file일때는 uuencode란 명령을 써 binary file을 ascii file로 변환하여 보내야함, ( 수신측에서는 uudecode) ex) 발신측 : uuencode filename1 filename2 > filename3 mail jscho@sam1.info.samsung.co.kr < filename3 ( filename1 : binary file filename2 : uuencode 된 file에 삽입되는 이름으로 수신측에서 uudecode하면 이 이름으로 binary file이 생성됨, filename3 : uuencode로 encoding된 file ( ASCII Type ) ) 수신측 : mail을 file로 저장( filename4 )하고 vi등의 editor를 이용하여 mail header를 제거하고, uudecode filename4 하면 위에서 말한 filename2 라는 binary file 이 생성됨. 제가 아는 방법인데 더 편한법이 있는지도 모르겠습니다. 다른 좋은 방법아시는 분은 추가로 posting해 주시길 바라며, 도움이 되었으면 합니다. ------------------------------------------------------------------------ ???? = 나는 누굴까? 내일을 꿈꾸는가? 나는 누굴까? 아무꿈 없질않나? ------------------------------------------------------------------------ |