I used a recursive cdup function until i realised i could navigate to the user's home directory from any location using ~:
<? ftp_chdir($connid, "~"); ?>
![]() |
|
||||||||||
|
ftp_cdupВозвращаемые значенияВозвращает TRUE в случае успешного завершения или FALSE в случае возникновения ошибки. Примеры
ftp_cdup
tom p
07-Dec-2005 04:01
I used a recursive cdup function until i realised i could navigate to the user's home directory from any location using ~: |