Skip to content

Instantly share code, notes, and snippets.

View Pinturaj's full-sized avatar
💭
I may be slow to respond.

Pintu Rajput Pinturaj

💭
I may be slow to respond.
View GitHub Profile
@Pinturaj
Pinturaj / FTPUpload.swift
Created September 1, 2020 14:14 — forked from Nirma/FTPUpload.swift
Upload a file via FTP on iOS or macOS
import Foundation
import CFNetwork
public class FTPUpload {
fileprivate let ftpBaseUrl: String
fileprivate let directoryPath: String
fileprivate let username: String
fileprivate let password: String