summaryrefslogtreecommitdiffstats
path: root/FTPClient.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'FTPClient.cpp')
-rw-r--r--FTPClient.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/FTPClient.cpp b/FTPClient.cpp
index c498ed0..aa31ec7 100644
--- a/FTPClient.cpp
+++ b/FTPClient.cpp
@@ -160,7 +160,7 @@ void FTPClient::handleFTP()
millisBeginTrans = millis();
bytesTransfered = 0;
ftpState = cTransfer;
- allocateBuffer(4 * TCP_MSS);
+ allocateBuffer(TCP_MSS);
if (_direction & FTP_PUT_NONBLOCKING)
{
CLIENT_SEND("STOR %s", _remoteFileName.c_str());