Function Reference


_FTP_DirGetCurrent

Show description in

Get Current Directory on an FTP server

#include <FTPEx.au3>
_FTP_DirGetCurrent ( $hFTPSession )

Parameters

$hFTPSession as returned by _FTP_Connect().

Return Value

Success: the directory name.
Failure: 0 and sets the @error flag to non-zero.

Related

_FTP_Connect

See Also

Search FtpGetCurrentDirectory in MSDN Library.