Set the FTP connection properties:
ftpStream.setProperty("/path/to/remote/file.txt", forKey: kCFFTPStreamPathKey) ftpStream.download() Replace "/path/to/remote/file.txt" with the path to the file you want to download. xcode download ftp
Create an FTP connection using the CFFTPStream class: Set the FTP connection properties: ftpStream
In your Swift file, import the CFNetwork framework: import the CFNetwork framework: