FTP Send Error

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • haneeshkb
    New Member
    • Nov 2007
    • 23

    FTP Send Error

    I am using the FTP component to download a file from a server, but when downloading a file it continually abends and says "socket send aborted".
    what are the possible reasons for this? please anybody can help me in this?
  • gpraghuram
    Recognized Expert Top Contributor
    • Mar 2007
    • 1275

    #2
    The host you are trying to connect may have restrictions for the FTP port.
    Or there may be a network issue.

    Raghu

    Comment

    • haneeshkb
      New Member
      • Nov 2007
      • 23

      #3
      Originally posted by gpraghuram
      The host you are trying to connect may have restrictions for the FTP port.
      Or there may be a network issue.

      Raghu
      there is no restrictions in the port... but i dont know whether any network issues. what are the possible network issues which may tend to this problem?

      Comment

      • gpraghuram
        Recognized Expert Top Contributor
        • Mar 2007
        • 1275

        #4
        Originally posted by haneeshkb
        there is no restrictions in the port... but i dont know whether any network issues. what are the possible network issues which may tend to this problem?
        R u using any library calls from C/C++ code to ftp the file or
        using any ftp command?
        If you are using code to do this then try connecting to the box using ftp command and see whether you are able to the do the operation successfully

        Raghu

        Comment

        • haneeshkb
          New Member
          • Nov 2007
          • 23

          #5
          Originally posted by gpraghuram
          R u using any library calls from C/C++ code to ftp the file or
          using any ftp command?
          If you are using code to do this then try connecting to the box using ftp command and see whether you are able to the do the operation successfully

          Raghu
          Only for one computer we are facing this problem. All other systems it is working to the same ftp location. we are using library codes to connect ftp

          Comment

          Working...