Results 1 to 2 of 2

Thread: sending a text file to a web server via ftp

  1. #1

    Thread Starter
    New Member
    Join Date
    Jul 2005
    Posts
    8

    sending a text file to a web server via ftp

    I have a vb6 app written that generates a simple text file. I want to be able to send that text file to a web server. More specifically, this web server is one of an axis network camera. The camera has a linux os built in and I plan to rean the text file from the camera. The problem is that the camera will not accept files with the .txt extension. So overall, what I need to do is change the name of the file from camdata.txt to just camdata (no extension and then send it to the camera via ftp or another efficient means. The camera does not support sockets so winsock would be out of the question. Could anyone help me with how I would do this?

  2. #2
    Banned dglienna's Avatar
    Join Date
    Jun 2004
    Location
    Center of it all
    Posts
    17,901

    Re: sending a text file to a web server via ftp

    Can't you just remove the file extension? Are you using VB?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width