PureBasic - Ftp

Overview

Ftp (File Transfer Protocol) is a way to share files based amongst users on a client-server model. This library implement the client side of Ftp, and allows to connect to a remote server and manipulate files (like download, upload, list available files, navigate through the directories and more).

Command Index

AbortFTPFile
CheckFTPConnection
CloseFTP
CreateFTPDirectory
DeleteFTPDirectory
DeleteFTPFile
ExamineFTPDirectory
FTPDirectoryEntryAttributes
FTPDirectoryEntryDate
FTPDirectoryEntryName
FTPDirectoryEntryRaw
FTPDirectoryEntrySize
FTPDirectoryEntryType
FTPProgress
FinishFTPDirectory
GetFTPDirectory
IsFtp
NextFTPDirectoryEntry
OpenFTP
ReceiveFTPFile
RenameFTPFile
SendFTPFile
SetFTPDirectory

Example

Ftp.pb

Supported OS

All

Reference Manual - Index