ftp_alloc
Allocate space for files to be uploaded to the FTP server.
The ftp_alloc()
function allocates space for files to be uploaded to the FTP server.
If successful, return true. Otherwise, return false.
ftp_alloc ( ftp_connection , size , return )
parameter | describe |
---|---|
ftp_connection | Required. Specifies the FTP connection to be used. |
size | Optional. Specifies the number of bytes to be allocated. |
Return | Optional. Specifies the number of bytes to store the server response. |