Set Current Directory on an FTP server
#include <FTPEx.au3>
_FTP_DirSetCurrent ( $hFTPSession, $sRemote )
$hFTPSession | as returned by _FTP_Connect(). |
$sRemote | The Directory to be set. |
Success: | 1. |
Failure: | 0 and sets the @error flag to non-zero. |
Search FtpSetCurrentDirectory in MSDN Library.