Coder Social home page Coder Social logo

kaholo-plugin-ftp's Introduction

kaholo-plugin-ftp

FTP plugin for Kaholo.

Settings

  1. Username (String) Optional - The username of the default user to connect with. If not provided default is anonymous.
  2. Password (Vault) Optional - The password of the default user to connect with.
  3. Host (String) Optional - The address of the default FTP server to connect to.
  4. Port (String) Optional - The port of the default FTP server to connect to. If not provided default is 21.
  • Notice! fields 2 and 3 must be provided by either the settings or in the action parameters.

Method: Upload File/Folder

Upload a single file or a folder to the FTP server.

Parameters

  1. Username (String) Optional - The username of the user to connect with.
  2. Password (Vault) Optional - The password of the user to connect with.
  3. Host (String) Optional - The address of the FTP server to connect to.
  4. Port (String) Optional - The port of the FTP server to connect to.
  5. Local Path (String) Required - The path of the file/folder to upload to the server.
  6. Remote Path (String) Required - The path to save the file\folder in the sercer.

Method: Remove File/Folder

Delete a file or folder from the specified FTP server.

Parameters

  1. Username (String) Optional - The username of the user to connect with.
  2. Password (Vault) Optional - The password of the user to connect with.
  3. Host (String) Optional - The address of the FTP server to connect to.
  4. Port (String) Optional - The port of the FTP server to connect to.
  5. Remote Path (String) Required - The path of the file/folder to delete.
  6. Is Folder (Boolean) Optional - Is a directory or a single file. Default is false.

Method: Download File

Download a file from the FTP server.

Parameters

  1. Username (String) Optional - The username of the user to connect with.
  2. Password (Vault) Optional - The password of the user to connect with.
  3. Host (String) Optional - The address of the FTP server to connect to.
  4. Port (String) Optional - The port of the FTP server to connect to.
  5. Remote Path (String) Required - The path of the file to download from the server.
  6. Local Path (String) Required - The path to save the file in.

Method: Download Folder

Download a folder from the FTP server.

Parameters

  1. Username (String) Optional - The username of the user to connect with.
  2. Password (Vault) Optional - The password of the user to connect with.
  3. Host (String) Optional - The address of the FTP server to connect to.
  4. Port (String) Optional - The port of the FTP server to connect to.
  5. Remote Path (String) Required - The path of the folder to download from the server.
  6. Local Path (String) Required - The path to save the folder in.

Method: List

List all files and folders in the specified path on the FTP server.

Parameters

  1. Username (String) Optional - The username of the user to connect with.
  2. Password (Vault) Optional - The password of the user to connect with.
  3. Host (String) Optional - The address of the FTP server to connect to.
  4. Port (String) Optional - The port of the FTP server to connect to.
  5. Remote Path (String) Required - The path of the folder to list it's contents.

kaholo-plugin-ftp's People

Contributors

amiton11 avatar vinfry avatar xkcm avatar graddaniel avatar ilanyaniv avatar kadosh1000 avatar

Watchers

James Cloos avatar Mateusz avatar  avatar Dawid Zegar avatar Krzysztof Bernat avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.