truststore
-
Elasticsearch_security 설정Elasticsearch 2024. 5. 5. 16:02
파일 전송 방법scp : ssh 원격 접속 프로토콜을 기반으로 한 파일 전송 프로토콜 -> 모든 노드에 배포해야 하기 때문사용 방법scp [option] [filename] [remote id]@[remote ip]:[remote path] > 단일 파일을 원격지로 전송scp [option] [file 1] [file 2] ,,, [file N] [remote id]@[remote ip]:[remote path] > 복수의 파일을 원격지로 전송scp [option] [dic name] [remote id]@[remote ip]:[remote path] > 디렉터리를 원격지로 전송Filezilla : FTP 프로그램 중 하나 > FTP란? 파일전송 프로그램(File Transfer Protocol)파일 암..