FTPConnection.allocate

Allocate space for a file.

After calling this, append() or put() should be the next command.

class FTPConnection
void
allocate
(
long bytes
)

Parameters

bytes long

the number of bytes to allocate

Meta