'Declaration Public Property PreAllocateStorage As Boolean
'Usage Dim instance As FtpClient Dim value As Boolean instance.PreAllocateStorage = value value = instance.PreAllocateStorage
public bool PreAllocateStorage {get; set;}
'Declaration Public Property PreAllocateStorage As Boolean
'Usage Dim instance As FtpClient Dim value As Boolean instance.PreAllocateStorage = value value = instance.PreAllocateStorage
public bool PreAllocateStorage {get; set;}
If set to true, the "ALLO file_size" FTP command will be sent to the FTP server to allocate sufficient space before the file is sent.
This property is the equivalent of the AllocateStorage property of the ActiveX version of the Xceed FTP Library.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2