For information about Globalscape, visit www.globalscape.com. |
Use the RemoteFolder property to retrieve or set the current remote folder. You can use absolute or relative paths.
Syntax
String Object.RemoteFolder
Example
'Connect to site following previous samples
MySite.RemoteFolder = "/pub/cuteftp" 'Changes the remote folder to /pub/cuteftp (absolute paths used)
'subsequently
MySite.RemoteFolder = "test" 'Changes to the folder called "test" located in "/pub/cuteftp", using relative paths.