|
-
Jul 5th, 2005, 09:09 AM
#1
Thread Starter
New Member
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?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|