This is the legacy 4D documentation web site. Documentations are progressively being moved to developer.4d.com |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v20
FTP_GetFileInfo
|
FTP_GetFileInfo ( ftp_ID ; hostPath ; size ; modDate ; modTime ) -> Function result | ||||||||
Parameter | Type | Description | ||||||
ftp_ID | Longint |
![]() |
Reference to a FTP login | |||||
hostPath | Text |
![]() |
Pathname to document | |||||
size | Longint |
![]() |
Size of document | |||||
modDate | Date |
![]() |
Modification Date | |||||
modTime | Time |
![]() |
Modification Time | |||||
Function result | Integer |
![]() |
Error Code | |||||
The FTP_GetFileInfo command returns information concerning the last modification of the file designated by hostPath.
ftp_ID is the long integer reference to the FTP session established with FTP_Login.
hostPath is the text path to the document to return information about.
Note: The FTP_GetFileInfo command may modify the Current Working Directory (CWD) if hostPath is a full pathname which indicates a directory different from the CWD. In this case, the CWD becomes the directory defined by the hostPath parameter.
size is a long integer variable or field to hold the size of the file identified by hostPath.
modDate and modTime return the date and time of the last modification of the file.
Product: 4D
Theme: IC File Transfer
Number:
88943
Created: 4D Internet Commands 6.5
4D Internet Commands ( 4D v20)