NewMember Method

Creates a new member on the FTP server.

object.NewMember(Name, File)

Version Support

Obsolete from Version 11.0 onwards. Some older solutions may contain instances of this method. Run the compatibility report to identify any use of this action and remove it from your solution.

TIP:

For solutions that contain obsolete FTP methods (NewLibrary, NewMember or NewPhysicalFile), a potential work-around is to call the Quote method with the host command that is the equivalent of the obsolete method.

Client support

   Newlook Smartclient only.

Arguments

Name – (String, Required)

Name of the new member.

File – (String, Required)

Name of the physical file that will contain the new member.

Applies to

FTP Connection object

See Also

FTPConnect Method | Disconnect Method | Upload Method | ChangeFolder Method | Download Method | NewFolder Method | NewLibrary Method | NewMember Method | NewPhysicalFile Method | Quote Method | Rename Method