페이지

2012년 11월 2일 금요일

Send file via FTP with one line in terminal


터미널에서 한 줄로 FTP파일 보내기



출처: http://forums.macrumors.com/showthread.php?t=1068861#3


$ curl -T [file] -u [user]:[passwd] ftp://[host]/[path]



보너스... SCP로 보내기


$ scp -P [port] [file] [user]:[pass]@[host]:[path]

댓글 없음:

댓글 쓰기