관리-도구
편집 파일: crushftp.jnlp
<?xml version="1.0" encoding="UTF-8"?> <jnlp spec="1.0+" codebase="%base_url%"> <information><title>CrushFTP</title><vendor>CrushFTP</vendor></information> <security><all-permissions/></security> <resources> <j2se version="1.4+" /> <jar href="CrushFTP.jar"/> <jar href="plugins/lib/jdom.jar"/> <jar href="plugins/lib/commons-logging.jar"/> <jar href="plugins/lib/hsqldb.jar"/> <jar href="plugins/lib/jaxen-core.jar"/> <jar href="plugins/lib/jaxen-jdom.jar"/> <jar href="plugins/lib/log4j-1.2.6.jar"/> <jar href="plugins/lib/mail.jar"/> <jar href="plugins/lib/MRJToolkitStubs.jar"/> <jar href="plugins/lib/protomatter-1.1.8.jar"/> <jar href="plugins/lib/quaqua-filechooser-only.jar"/> <jar href="plugins/lib/saxpath.jar"/> <jar href="plugins/lib/xalan.jar"/> <jar href="plugins/lib/xerces.jar"/> <jar href="plugins/lib/AuthKit.jar"/> <jar href="plugins/lib/All-MacOSXForker.jar"/> <jar href="plugins/lib/All-MB.jar"/> <property name="crushftp.remote.protocol" value="%user_protocol%"/> <property name="crushftp.remote.ip" value="%user_listen_ip%"/> <property name="crushftp.remote.port" value="%user_port%"/> <property name="crushftp.remote.sessionid" value="%user_sessionid%"/> <property name="crushftp.remote.web_path" value="%web_path%"/> <property name="crushftp.remote.user" value="%user_name%"/><property name="crushftp.remote.pass" value=""/> <property name="crushftp.remote.launch_type" value="webstart"/> <property name="crushftp.version" value="5"/> </resources> <application-desc main-class="CrushFTP"/> </jnlp>