Package | Description |
---|---|
org.apache.ftpserver.impl |
Internal classes, do not use directly!
|
Modifier and Type | Method and Description |
---|---|
static LocalizedDataTransferFtpReply |
LocalizedDataTransferFtpReply.translate(FtpIoSession session,
FtpRequest request,
FtpServerContext context,
int code,
String subId,
String basicMsg,
FtpFile file)
Returns the localized reply that contains all details about the data
transfer.
|
static LocalizedDataTransferFtpReply |
LocalizedDataTransferFtpReply.translate(FtpIoSession session,
FtpRequest request,
FtpServerContext context,
int code,
String subId,
String basicMsg,
FtpFile file,
long bytesTransferred)
Returns the localized reply that contains all details about the data
transfer.
|
Copyright © 2003–2022 The Apache Software Foundation. All rights reserved.