Archived Forum Post

Index of archived forum posts

Question:

large file FTP issue

Nov 01 '12 at 13:11

Never received final reply on control channel The file IS sent, and CRC is correct, yet the error remains

    ChilkatLog:
  PutFile:
    DllDate: Aug  5 2012
    UnlockPrefix: RAGSOFFTP
    Username: backlot:atomaton
    Architecture: Little Endian; 32-bit
    Language: ActiveX
    VerboseLogging: 0
    LocalFilename: C:\Tome\test\binarytest.nrg
    RemoteFilename: binarytest.nrg
    ProgressMonitoring:
      enabled: yes
      heartbeatMs: 5000
      sendBufferSize: 4096
    --ProgressMonitoring
    IdleTimeoutMs: 60000
    ReceiveTimeoutMs: 60000
    ConnectTimeoutSeconds: 60
    localFileSize: 2678620316
    initialGreeting: 220-Welcome to the backlot
220 All Actions are logged and monitored by a Chihuahua
    restartNext: 0
    ModeZ: 0
    BinaryMode: 1
    Passive transfer mode
    hostAddr: 173.55.xxx.xxx
    DataConnect:
      hostname: 173.55.xxx.xxx
      port: 1097
      ConnectTimeoutMs_1: 60000
      This is an IPV4 numeric address.
      Hostname to IP address resolution not needed.
      AddrInfoList:
        AddrInfo:
          ai_flags: 4
          ai_family: 2
          ai_socktype: 1
          ai_protocol: 0
          ai_addrlen: 16
          ai_canonname: (NULL)
        --AddrInfo
      --AddrInfoList
      Connecting to IPV4 address.
      ipAddress2: 173.55.xxx.xxx
      myIP_5: 192.168.1.99
      myPort_5: 3460
      connect successful (3)
    --DataConnect
    SetupPassiveDataSocket: Elapsed time: 0 millisec
    command: STOR 
    PutFilename: [binarytest.nrg]
    DataConnectionReady: Elapsed time: 0 millisec
    StorResponse: 150 Connection accepted
    ReceivedIntermediateResponse: Elapsed time: 0 millisec
    SendBufferSize: 4096
    Sending uncompressed...
    lastBytesSent: 000000004E455235000000009FA88000
    SentData: Elapsed time: 638828 millisec
    Timeout waiting to read socket or accept connection
    timeoutMs: 60000
    Failed to read FTP response line..
    FinalReply: Elapsed time: 60203 millisec
    IdleTimeoutMs: 60000
    NumBytesSent: 2678620316
    Failed to read 2nd STOR reply
    remoteFtpFile: binarytest.nrg
    TotalTime: Elapsed time: 699031 millisec
    Failed.
  --PutFile
--ChilkatLog

Answer

Try setting the SkipFinalReply property = true (or 1 if using the ActiveX).