⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 webstart_ftp.jnlp

📁 both http and ftp file upload
💻 JNLP
字号:
<?xml version="1.0" encoding="utf-8"?>

<jnlp spec="1.0+" codebase="http://localhost:8080/uploadbean/" href="webstart_ftp.jnlp">

  <information>
    <title>jClientUpload</title>
    <vendor>JavaZOOM</vendor>
    <homepage href="http://www.javazoom.net"/>
    <description>This Java application allows to upload files to a HTTP or FTP server.
    </description>    
    <offline-allowed/>
  </information>

  <security>
        <all-permissions/>
  </security>

  <resources>
    <j2se version="1.4 1.5"/>
    <jar href="lib/jclientupload.jar" main="true" download="eager"/>
    <jar href="lib/ftpimpl.jar"/>
    <jar href="lib/cnet.jar"/>
    <jar href="lib/clogging.jar"/>
  </resources>

  <application-desc main-class="javazoom.upload.client.MApplication">  
    <argument>-url</argument>
    <argument>ftp://localhost</argument>
    <argument>-mode</argument>
    <argument>ftp</argument>
    <argument>-param1</argument>
    <argument>username</argument>
    <argument>-value1</argument>
    <argument>anonymous</argument>
    <argument>-param2</argument>
    <argument>password</argument>
    <argument>-value2</argument>
    <argument>something@somewhere.com</argument>
  </application-desc>

</jnlp>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -