Skip to content

Instantly share code, notes, and snippets.

View Smilefounder's full-sized avatar
😊
Love to SMILE!

Huy Nguyen Smilefounder

😊
Love to SMILE!
View GitHub Profile
#!/bin/bash
#===============================================================================
#
# FILE: getgeo.sh
#
# USAGE: ./getgeo.sh
#
# DESCRIPTION: run the script so that the geodata will be downloaded and inserted into your
# database
#
@Smilefounder
Smilefounder / FTP-UploadDirectory.ps1
Created October 27, 2018 12:38 — forked from dkittell/FTP-UploadDirectory.ps1
PowerShell – FTP Upload Directory With Sub-Directories
clear
# FTP Server Variables
$FTPHost = 'ftp://192.168.1.1/html/'
$FTPUser = 'user'
$FTPPass = 'password'
#Directory where to find pictures to upload
$UploadFolder = "C:\Temp\"