GetFTPDirectory()

Syntax

Result$ = GetFTPDirectory(#Ftp)
Description
Returns the current FTP directory.

Parameters

#Ftp The connection to use.

Return value

Return the current FTP directory, relative to the FTP root.

Remarks

To change the current directory, use SetFTPDirectory().

See Also

SetFTPDirectory(), ExamineFTPDirectory(), SendFTPFile(), ReceiveFTPFile()

Supported OS

All

<- FinishFTPDirectory() - Ftp Index - IsFtp() ->