Gets and sets the current working directory on the FTP
server.
Syntax
object.ServerDirectory [=
serverdirectory]
The object is an expression that evaluates to a FileTransfer
object. The property returns a string value.
Remarks
The ServerDirectory property specifies the name of a
directory on the remote host. When a connection is first
established with the FTP server, this property is set to the
current working directory. Setting this property is equivalent to
using the ChangeDirectory method.
Data Type
String
See Also
ChangeDirectory
Method
|