Navigation: Development > Function Reference > Module > Ftp >
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"