Creates a new member on the FTP server.
object.NewMember(Name, File)
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.
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.
Newlook Smartclient only.
Name – (String, Required)
Name of the new member.
File – (String, Required)
Name of the physical file that will contain the new member.
FTPConnect Method | Disconnect Method | Upload Method | ChangeFolder Method | Download Method | NewFolder Method | NewLibrary Method | NewMember Method | NewPhysicalFile Method | Quote Method | Rename Method