SetCurrentDirectory
Previous Top 

Changes the current working directory (on the server).
Syntax: SetCurrentDirectory (Dir As String)
Dir - One of the subdirectories in the current directory.
You can use ".." to go up one level.

Syntax:
ftp.SetCurrentDirectory ("data")