Hi!

ftp_pwd does always return "1" (That is, True?) ?!?

What am I doing wrong?

,----[ This Code outputs '1'... ]
| $Stream = ftp_connect($Server, $Port);
| ftp_login($Stream, $Nutzer, $Passwort) || die("Fehler beim Einloggen auf
|                                                dem FTP-Server!\n");
| $aktdir = ftp_pwd($Stream) || die("Konnte aktuelles Verzeichnis nicht
|                                    lesen!\n");
| echo "Aktuelles Verz.: $aktdir\n"; // $aktdir == 1 ???
`----

Greetinx,

  Gunter Ohrner

-- 
Tourist, Rincewind decided, meant "idiot".        -- (Terry Pratchett, The 
Colour of Magic)
+-+-+-+-+ http://www.scheibenwelt.de +-+-+ http://www.lspace.org +-+-+-+-+

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to