oFTP.SetCurrentDirectory()
Sets the current directory path on FTP server
oFTP.SetCurrentDirectory(DirName)
Parameters
DirName | Existing directory name on FTP server |
Return Value
True on successRemarks
None
Related
Example
oFTP.SetCurrentDirectory("testing")