Skip to content
This repository has been archived by the owner on Nov 26, 2022. It is now read-only.

FTP.Client.CWD

Andrew Lambert edited this page Jul 27, 2017 · 2 revisions

FTP.Client.CWD

Method Signature

 Sub CWD(NewDirectory As String)

Parameters

Name Type Comment
NewDirectory String The new remote directory.

Notes

Changes the remote directory to the specified directory name. On success, updates the WorkingDirectory property.

Clone this wiki locally