Sets or returns the file name specified in the current URL.
Syntax
object.RemoteFile [= value ]
Remarks
The RemoteFile property returns the name of the file that
was specified when the URL property was set. Changing the
value of this property causes the URL to change. Note that the
control does not check to make sure that the remote file name is
valid or that it exists on the server, it is simply a string that is
part of the FTP URL.
Data Type
String
See Also
RemotePath Property,
URL Property
|