Function Reference

_FTP_DirSetCurrent

FTPサーバー上のカレントディレクトリを設定します。

#Include <FTPEx.au3>
_FTP_DirSetCurrent($l_FTPSession, $s_Remote)

 

パラメータ

$l_FTPSession _FTP_Connect()の返し値
$s_Remote 設定されるディレクトリ

 

返し値

成功: ディレクトリ名
失敗: 0を返し、@errorを設定します。

 

注意

なし。

 

関連

_FTP_Connect

 

こちらも参照

MSDNライブラリでFtpSetCurrentDirectoryを検索して下さい。