4D Internet Commands v16

FTP_PrintDir

Home

 
4D Internet Commands v16
FTP_PrintDir

FTP_PrintDir 


 

FTP_PrintDir ( ftp_ID ; directory ) -> Function result 
Parameter Type   Description
ftp_ID  Longint in Reference to a FTP login
directory  Text in Unix directory pathname
Function result  Integer in Error Code

The FTP_PrintDir command returns your current working directory (CWD) in the directory parameter.

The command FTP_GetDirList will also return the current working directory. However, executing the FTP_PrintDir command is faster and needs less parameters.

ftp_ID is the long integer reference to the FTP session established with FTP_Login.

The directory parameter returns the current working directory (CWD).

Example  

This example will return the current working directory in the $Cwd variable.

 $err:=FTP_PrintDir(ftp_ID;$Cwd)



See also 

FTP_GetDirList

 
PROPERTIES 

Product: 4D Internet Commands
Theme: IC File Transfer
Number: 88889

 
HISTORY 

Created: 4D Internet Commands 6.7

 
TAGS 

Current Working Directory

 
ARTICLE USAGE

4D Internet Commands ( 4D Internet Commands v16)