3. permission denid

Hello
 
Is it posible disable sending the 'StartPosition=0, EndPosition=0.' because the server don't allow this.
 
 
[20130719 07:03:23] SmartFTP FTP Library 3.0.208.0
[20130719 07:03:23] Sending FXP initialization. Protocol version=6.
[20130719 07:03:23] SFTP protocol version 3
[20130719 07:03:23] Resolving path "upload".
[20130719 07:03:23] Path successfully resolved to "/upload".
[20130719 07:03:23] Uploading file to "#00_DA1VSP_PROD[HSC01BA1].20130716_040000.7z.cpt".
[20130719 07:03:23] StartPosition=0, EndPosition=0.
[20130719 07:03:23] 3 Permission denied
 
Thanks
 

The permission denied error is not related to the start/end position as they are always part of the SFTP message (SSH_FXP_WRITE) [1]
[1] https://tools.ietf.org/html/draft-ietf- ... tion-8.2.3