'FTP'에 해당되는 글 2건

  1. 2015.04.15 맥북에서 ftp 서버 열기
  2. 2014.02.11 ftp shell 프로그래밍..


ftp 서버 실행

sudo -s launchctl load -w /System/Library/LaunchDaemons/ftp.plist


ftp 서버 중지

sudo -s launchctl unload -w /System/Library/LaunchDaemons/ftp.plist


ftp 데몬 설정 파일

sudo vi /etc/ftpd.conf


Posted by 무세1
,

ftp shell 프로그래밍..

linux 2014. 2. 11. 16:50


ftp 하는 shell 프로그램..

---------------------------------------------------------

ftp -n -v IP주소 <<!

user 아이디 패스워 

verbose

prompt

mput *.txt

bye

!

---------------------------------------------------------

'linux' 카테고리의 다른 글

ssh, sftp 명령어..  (0) 2014.06.11
gzip 사용법  (0) 2014.03.27
hp unix, ibm unix 한글 언어 확인  (0) 2014.03.24
crontab 설정  (0) 2014.03.13
유용한 Unix 명령어  (0) 2014.01.23
Posted by 무세1
,