IC File Transfer
- File Transfer, Overview
- FTP_Progress (left; top; windowTitle; thermoText; cancel)
Integer
- FTP_Login (hostName; userName; password; ftp_ID{; welcomeText})
Integer
- FTP_GetDirList (ftp_ID; directory; names; sizes; kinds; modDates{; modTimes})
Integer
- FTP_ChangeDir (ftp_ID; directory)
Integer
- FTP_PrintDir (ftp_ID; directory)
Integer
- FTP_GetFileInfo (ftp_ID; hostPath; size; modDate)
Integer
- FTP_VerifyID (ftp_ID)
Integer
- FTP_MakeDir (ftp_ID; directory)
Integer
- FTP_RemoveDir (ftp_ID; directory)
Integer
- FTP_Rename (ftp_ID; hostPath; newPathName)
Integer
- FTP_Delete (ftp_ID; hostPath)
Integer
- FTP_MacBinary (ftp_ID; macBinaryMode)
Integer
- FTP_Send (ftp_ID; localPath; hostPath; progress)
Integer
- FTP_Append (ftp_ID; localPath; hostPath; progress)
Integer
- FTP_GetType (ftp_ID; ftp_Mode)
Integer
- FTP_SetType (ftp_ID; ftp_Mode)
Integer
- FTP_System (ftp_ID; systemInfo)
Integer
- FTP_Receive (ftp_ID; hostPath; localPath; progress)
Integer
- FTP_Logout (ftp_ID)
Integer
- FTP_SetPassive (ftpID; passiveMode)
Integer
- FTP_GetPassive (ftp_ID; passiveMode)
Integer
Other related commands: - IT_Decode (fileName; decodedFile; decodeMode)
Integer -- Theme: IC Utilities