현재 나는 다음 명령을 실행하고 있습니다.
curlftpfs user_name:password@hostname ~/mnt/sitename
이는 서버의 기본 ftp 디렉토리 내용 을 ~/mnt/sitename
.public_html
/public_html 디렉토리를 서버에서 마운트 지점으로 직접 마운트할 수 있습니까?
답변1
hostname
나중에 원래 명령에서 FTP 서버의 경로를 지정할 수 있습니다 curlftpfs
.
예를 들어 명령을 다음과 같이 설정할 수 있습니다.
curlftpfs user_name:password@hostname:/var/www/public_html ~/mnt/sitename
인용하다