I'm looking for an example of how to send a file over TCP, I've seen a few but none seem to work/seem to be too complex for what I need. It also needs to be reverse connecting preferably.
It just needs to be.
Person One:
IP: 123.456.0.1
Open Port: 501
Person Two:
IP 654:321:0.1
Closed Ports.
Person Two Sends Picture To Person One. I've got it working fine with just strings, but I can't for the life of me make it send a file. With the one working example I did find it only sent the first 9kb of any files. Can anyone provide a basic example?
This is what I am trying to do. I need to create some data inside my app and send it to another app as a file. But this 'file' should never be written to the hard drive. It will only ever exist in RAM.
I have read the file I/O tutorial and I learned alot. My problem is I need to send several different txt fields at one time and each into there own file. This was simple in vb6 using something like below, I have no idea how to do this with .net. Also on start up I will need to read this information back into text fields.
Code: Private Sub Command1_Click() 'Save command1 name to file Open App.Path & "subD.cab" For Output As #1
I'm currently working on a script that uses an open file dialog to select a file and then send it to another folder.The open file dialog works fine, and I can store the filename/location fine in a variable. What I want to know is how to copy a user-defined file to a set directory. All of the stuff I've found requires you to know what the filename of the thing you're moving is.
I'm new in this. I have made a simple Keylogger, but i wanna know how to send the resulting text file to an specific IP in Local Network. No encryption, just simply send file.
I need to send some data from a SQL DB Server on an internal network to an external web server.I was hoping to accomplish this by writing a VB.NET app that is invoked once per day that sends about 1 MB of data to a PHP script on the web server, where it is deposited in a database.
What is a good method to send data to a PHP script from a .NET app?
there is a possibility to send Files to a printer which is connected to a virtual LPTx, e.g. "copy filename lpt1". Is it possible to make this WITHOUT a LPTx? A solution in vbScript would be great, but VB is also OK.
Hi friends, I am working on an application in which I have to send a data of a text file to a PLC machine. Now the convention is that
send start of file (0x02) send data bytes (file data) send end of file (0x03)
how to send the STX and ETX before and after the file data respectively. The PLC should receive them as 02 and 03 i.e. in their Hex values. If there is any ready function like vbCrLf for STX and ETX
i looking for a way to upload a image or file and a value too using the vb.net so far i found this that can send the image i have tested and is fine but i cant understand how put a value to be returned by this:$_POST["value"] i have other code that can send the value by post and works fine but i need change this code to send post values too
I want to develop an app thru vb.net to attach and send a doc file to my email. Lets say in my Temp folder I have 2 doc files. I want the program to attach those 2 files and send it to my email. Is this possible to write an app in VB?
My.Computer.Network.UploadFile("C:UsersPhillipDesktop est.txt", "http://10.0.0.2/c:/text.txt", "my username, "mypassword") but it does not work...whats the proper format for entering a location to a computer over the network?Also... whats a way to send a file to a computer over the internet such as my friends computer... The reason I am doing this is because I plan to make some programs that run based on text files and a basic example of this is a chat program... but I do plan for other things as well...
and it worked... now how can I send over the internet... Also is there another way i can send over the network like using the IP instead of computer name?Also how do I send it to other computers?
How to send a file via bluetooth through my program? I have a text file that I make it by my program and i want to send it to mobile via bluetooth and also I want my program gives me a message in these 2 cases? 1- In case if there's no bluetooth in computer 2- In case if it dose not find bluetooth device around
I am trying to send PDF file using itextsharp, the email sends fine but with out the pdf attachment.
Here is my code : Dim pdfFile As MemoryStream = New MemoryStream() Dim d As Document = New Document(PageSize.A4, 60, 60, 40, 40) Dim w As PdfWriter = PdfWriter.GetInstance(d, pdfFile) w.Open() w.Add(New Paragraph("do foo something ")) [Code] .....
I have written the following for sending sms's from a txt file through a http web service.The code works and the first 2 messages in the text file are sent , but I always get operation timed out when it trys to send the 3rd sms in the text file.If any one could have a look at my code and give me some sort of idea why it stops after the 2nd sms that would really be great
Dim objFS As New FileStream("c:datafile.txt", FileMode.Open, FileAccess.Read) Dim objSR As New StreamReader(objFS) Dim strline, fileline() As String
sending a hex file through serial port using vb.net? and i m not really sure the difference between sending data and sending a file, seems majority of the topics on the forum is about sending data via serial port.
My application generate reports as rtf-files. I want to send this file by email, but NOT as attachment, but inside the emailbody. And the receiver must see the formatted text. How can I do that?
How Can send And receive File with SerialPort in vb.net 2005 i use this sample code for sending string , and now i will know how can send any File by serialport click here there are no sample code in microsoft site i Use "Virtual Serial Ports Driver XP " to Test my sample how can use the Zmodem , Ymodem ,Xmodem , etc in vb.net by serialport ?
i am using thickbox in asp.net and everything works fine. I load it, have textboxes and dropdowns in it. I also made modal=true, so it only closes when i click the "Thank you" button. The problem is that behind in the aspx.vb file, i need the data from the thick box, so i can insert, update in my database. How can i do that? Right now all that is happening is that onclicking the button the thickbox closes, but how do i send data to .vb file in backend?
how to send a file from my application to my website if my computer happens to be connected to the internet. It's an FTP site. I used Visual Web Developer 2008 to build my site. I obviously have to do some digging of my own but maybe someone can tell me a few things to point me in the right direction.
I`ve been reading alot of tutorials on hwo to do this but i can never get it to work. I have a file named Book1, and I want to move it and call it "Book2".
There are .xls (Excell spreadsheet). Something is wrong with reciver when I open Book2 It says "System.Byte[]"
The test file "Book1" Has "Dog, Cat, Cow," In A1 A2 A3.
I think my byte conversion isn't working.
A tutorial said to use "Encoding.ascii.getstring(byte)" but Encoding is not delaired.
Imports System.Net.Sockets ' Allows us to make and listen to connections from another user Imports System.Threading ' Multi Threading
I need to be able to send a PostScript file to a printer specified by the user. I am using a print dialog box to get the printer the user selects but now I need a way to send a PostScript file to that printer. I am able to send a PostScript file to a printer right now, but it only sends the file to the printer that was last selected. I am using Ghostview to view the PS file and to print it. This is why the file prints to the last printer selected.
Here is the code I am using to print the file in Ghostview:
If PrintDialog.ShowDialog() = Windows.Forms.DialogResult.OK Then Dim p As New ProcessStartInfo() p.Arguments = PrintDialog.PrinterSettings.PrinterName