Advertisement
Guest User

Untitled

a guest
Sep 23rd, 2014
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. Dim bfile() As Byte = IO.File.ReadAllBytes("file.txt")
  2. fluxconnected(1).Write(bfile, 0, bfile.Length)
  3.  
  4. Dim bfile(cliente.Available - 1) As Byte
  5. flux.Read(bfile, 0, bfile.Length)
  6. IO.File.WriteAllBytes("filereceived.txt", bfile)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement