Menu

MenuTypeInstall_API

Anonymous

설치 요청 전 FTP 비밀번호 입력 여부 확인

API: index.php?act=getAutoinstallAdminIsAuthed

파라미터 없음.

응답

{
    "is_authed":1, // 1: 비밀번호 세션있음, 0: 세션 없음, -1: FTP 설정 안 됨
    "error":0,
    "message":"success"
}

설치 요청

API: index.php?act=procAutoinstallAdminPackageinstall

파라미터

package_srl
설치할 패키지 번호

ftp_password
FTP 비밀번호. getAutoinstallAdminAuthed로 비밀번호 인증이 된 상태에서는 아무 값이나 넣음.

응답

{
    "message_type":"update",
    "error":0,
    "message":"설치에 성공하였습니다."
}

Related

Wiki: Required_Server_APIs
Wiki: ServerAPI

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.