Pwd

Navigation:  Development > Function Reference > Module > Ftp >

Pwd

Previous pageReturn to chapter overviewNext page

Returns the name of the current directory on the remote host..

 

App::Module('Ftp')->Pwd();
 

See bellow examples:

 

$Ftp->Chdir("ABC");
$info = $Ftp->Pwd();
 
//return like  257 "/ABC"