Skip to content

Instantly share code, notes, and snippets.

View Vagrantin's full-sized avatar

MatthDuc Vagrantin

View GitHub Profile
@Vagrantin
Vagrantin / mirror_remote_directory_to_local_directory
Created November 27, 2017 05:47 — forked from pixeline/mirror_remote_directory_to_local_directory
Bash script using lftp to mirror remote directory to local directory, thus keeping the local directory synchronized with the remote one.
#!/bin/sh
# @author: Alexandre Plennevaux
# @description: MIRROR DISTANT FOLDER TO LOCAL FOLDER VIA FTP
#
# FTP LOGIN
HOST='sftp://ftp.domain.com'
USER='ftpusername'
PASSWORD='ftppassword'
# DISTANT DIRECTORY

CSS & Javascript animation

Small CSS Animation which zoom out in a pic and add text on it.

A Pen by Matth on CodePen.

License.