Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ssh2 関数を使用してリモート sftp サーバーに接続しています。ここで、現在のディレクトリ名を取得する必要があります。ftp サーバーの場合、ftp_pwd を使用できますが、ssh2 の同様の機能が見つかりません。
PHPコードが必要です
phpseclib接続を試してみてください。sftp組み込みメソッドを使用して、現在の作業ディレクトリを簡単に取得できますpwd
phpseclib
sftp
pwd
ディレクトリ管理の例から:
print $sftp->pwd();
pwd だけを試しましたか?使用可能なコマンドのリストについては、help と入力してください