Added comment to check why that field is needed

This commit is contained in:
Jeroen van Erp
2015-04-01 11:25:43 +02:00
parent b123a6ae30
commit 6cf767528a

View File

@@ -88,6 +88,7 @@ public class RemoteFile
throws IOException {
return requester.request(newRequest(PacketType.WRITE)
.putUInt64(fileOffset)
// TODO The SFTP spec claims this field is unneeded...? See #187
.putUInt32(len)
.putRawBytes(data, off, len)
);