Toggle navigation
Concept Framework 2.2 documentation
Contents
Index
standard.net.ftp
.FtpChdir
FtpChdir
is available since version 1.0.
Prototype:
boolean FtpChdir(string path, number connection_handle)
Parameters
path
the ftp file path
connection_handle
the connection handle as returned by
FtpConnect
.
Description:
Changes the path at remote.
Return value:
Returns true if succeeded, false if failed.