Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

jekyll-ftp

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jekyll-ftp

  • 0.2.0
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Jekyll-FTP

Version

Commands

  • jekyll-ftp deploy - Deploy your site via FTP with the preconfigured settings.
  • jekyll-ftp clean - Remove all the files from the preconfigured remote_dir.

Configuring your _config.yml File

Since Jekyll uses _config.yml, Jekyll-FTP uses this too.

Jekyll-FTP needs 3 configuration settings:

  • username - Your FTP server username.
  • server_url - The URL for your FTP server (can also be an FTP).
  • remote_dir - The remote directory where your site is to be deployed.
username: UserName
server_url: ftp.myserver.com
remote_dir: /public_html

If you still don't get it, here's an example.

FAQs

Package last updated on 26 Oct 2013

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc