ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Communication / FTP functions
  • Request to FTP server
  • Timeout
  • Rights of users
  • Required permissions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Returns the name of last file accessed by an FTP function (File Transfer Protocol).
Remark: FTPName is useful when browsing files on an FTP server with FTPListFile.
Example
// Name of last file accessed by an FTP function
ResName = FTPName()
Syntax
<Result> = FTPName()
<Result>: Character string
  • Name of last file accessed by an FTP function. This file was modified by one of the following FTP functions: FTPAttribute, FTPDate, FTPTime, FTPSize, FTPListFile.
  • Empty string ("") if an error occurred. To get more details on the error, use ErrorInfo with the errMessage constant.
Remarks

Request to FTP server

FTPName sends no request to the FTP server.

Timeout

By default, all the FTP functions fail if the FTP server does not respond within 20 seconds. This timeout can be modified with FTPConnect when connecting to the FTP server.

Rights of users

Only a user who has read rights on the FTP server can retrieve the names of the files found on an FTP server. In most cases, the read rights are granted to the "anonymous" users.
AndroidAndroid Widget

Required permissions

The call to this function modifies the permissions required by the application.
Required permission : INTERNET
This permission allows the applications to open the network sockets.
Component: wd290com.dll
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help