rsync
HTML POST 요청과 함께 사용할 수 있나요 ? 그렇다면 rsync
명령은 어떤 모습일까요?
예를 들어 HTML5를 사용한다고 가정하면 다음과 같습니다.
<form method="post" enctype="multipart/form-data">
<input type="file" name="files[]" id="files" multiple="" directory="" webkitdirectory="" mozdirectory="">
<input class="button" type="submit" value="Upload" />
이렇게 하면 로컬 컴퓨터에서 파일 디렉터리를 업로드하는 데 사용할 수 있는 두 개의 버튼이 있는 웹 페이지가 생성됩니다. rsync
지금 필요한 디렉터리에 있는 파일을 다운로드하고 업데이트할 수 있나요(예: 펌웨어 업데이트) ? 속도가 느리기 때문에 전체 파일 시스템을 다운로드하고 싶지 않습니다.