View Single Post
Old 02-19-2003, 06:13 PM  
Pichento
Senior Member
 
Join Date: Feb 2003
Posts: 327
Default Furthermore...

Set my buffers like this (keeping MTU size)

Ftp_Send_Buffer = 1048576 # FTP Data send buffer size
Ftp_Receive_Buffer = 1048576 # FTP Data receive buffer size
Max_Send_Size = 15360 # Max bytes to send at once
Internal_Transfer_Buffer = 16777216 # Internal transfer buffer size

Will this harm anything?
Pichento is offline   Reply With Quote