Skip to content

Instantly share code, notes, and snippets.

@azrakreborn
azrakreborn / client.py
Created April 24, 2018 17:27
FTP client
# Team SwagLords
# Christian Williams
# Kendrick Hillian
# CSC 311
# 09/09/2016
# FTP Client
import socket, getpass, zlib, gzip, os, glob
// SimpleDungeon.cpp : Simplified version of D20 system
#include "stdafx.h"
#include <iostream>
#include <string>
#include <cstdlib>
#include <random>
#include <ctime>