hi mam.. why cant the other clients receive messages? but when i debug it.. it can receive messages? i think that the for loop is too fast for the other clients to receive the data? can you please put i timer on it? that would be a great help.=) thanks!
Hi! If you don't mind can you please create a tutorial for vb.net. I'm a lil bit confuse in vb06. THE SAME Multi-client chat coding tutorial also. thanks. waiting for your reply will going to subscribe your channel.
@TheMarvinglennlacuna Why "God bless me"? Why is God required in any scenario related to me? And, not to alienate you, but should a God bless that which does not believe in him?
@PercentRandomPercent that sound sweet! ok bro. just pm me if you are available. i don't want to make thread of posts in this channel.. anyways thanks..
@N1nJAWarR1oR Perhaps you are better at programming than I was 3 year ago. As for whether you are today or not, it's hard to tell without any sort of proof.
hi dear I want to make local area network(LAN) messenger using and i want is to make a messenger that should behave like client server too. i m stuck on port and winsock processing...
@LusikkaMage i have a trouble ive made a chat and it works but when i uses it with a friend it doesnt works,ppl say that its coz a router cant be only server but i dont know ow to fix this problem.¿can u aid me?
@LusikkaMage xD looks kewl the video but does it only work like on your pc imagine i give the program to mah friend can we speak? because that dosnt look like your internet ip look like your personal ip xD
@MegaTechHD Ho hum. I definitely know that it's my home IP address; I mean I do only have my degree in CS. I used my personal IP so that I could test both clients and server on one computer. Yes, I could have used my local lan IP or even my internet IP, but I suppose I was lazy, and maybe didn't want to randomly give out my IP.
@saluege Ugh, I hate YouTube comments because I can't ever tell what people are replying to. I'm not really sure what you're saying I'm not about, and I agree that VB sucks. I stopped using it when I was 12, but it's easy to make chat applications so I do on occasion. I absolutely refuse to help anyone out with VB, but C++ I'm more than happy to.
@LusikkaMage i code in c++ and c#. use c# to make gui applications cause its easy and fast. but i love c++ better. also try to actually code a socket instead of use winsock(microsoft did all the work).
When we use it in another computer that doesn't have VB we have to download this : MSWINSCK.OCX . but where save it? in ani folder of the computer or in a special folder? please reply
but i got a problem, its the same for my own chat as for your downloaded one,
if the server and 1 client are chatting, everything is fine,
but as soon as i add another client, everything the server writes appears at client number 2, and everything client 2 writes goes only to server, the 1st client is just dead, and if i keep adding more clients, only the last one can chat :(
can you help me? (im working on a vista PC if that helps)
@Mihawkler Private Sub cmdsend_Click() Dim tempmessage As String Dim i As Integer tempmessage = txtUsername.Text & ": " & txtMessage.Text If optServer.Value = True Then ' SERVER For i = 0 To 7 If blnClientConnected(i) = True Then wnsckClient(i).SendData tempmessage End If Next i Else 'CLIENT wnsckConnect.SendData tempmessage End If txtMessage.Text = "" txtMessage.SetFocus End Sub
Can you please do this tutorial on Vista because I have a Vista computer and I can't find Microsoft Winsock, I pressed Ctrl+T but I can't find it when I scrolled down. I looked in each tab I can't find it. On XP they have Winsock Control 'cause by brother has a XP computer and he can find Winsock Control on his computer in vb6, also @ShinyWebCorporation - You need XP computer to get Winsock Control.
damn we need more gal programmers these days...gals are proven smarter than guys for 1..and they never know what guys are tlking bout...i wish i could have a techy GF lol
Im trying to make a remote access programme but rather than giving control it will send screenshot images to the server. The idea behind this is that an employer can monitor the activity of another employee (16 screens to be precise) but when I set the screenshot data to send on winsock it only give a value of 10 numbers and the image is lost, is there a limit on the data transfer?
AW..its nice and awesome!,,but i think its only work in single PC sad to say you cant connect if that thing is on other computer!..could anyone help me please?
ummm i am using ur multi client chat but im having the problem when making it in exe it says data member not found like the senddata, remoteport, remotehost..i hope u can help me run it..
i think since this is only a private chat, you the client is bout a client and a server, and you connect to another client/server if you want to talk to another person
I think you need to study up more on VB. From the questions you've asked, you don't really seem to know what's going on with this stuff. (Your questions make absolutely no sense either)
If you're the client, you put in the IP of the server (the guy you wanna talk with). If you're server, you don't enter anything, and give the client your IP address. (google whatsmyip)
I think you'd pretty much have to have a server running all the time, and you send the messages to the server instead of directly to the person. Then the person has to access the server to get their messages.
That's how email works, anyway.
You could just have the person keep their client running the entire time. ;P
Was just wondering, when sending text there is no compiling or anything like decompiling and compiling the data upon arrival. Do you have any idea how I would make a client and server in which connects directly(I know this), and sends DATA/FILES from client to server or the other way around. I have managed to send some data but the end file is either corrupted or incomplete.
hi mam.. why cant the other clients receive messages? but when i debug it.. it can receive messages? i think that the for loop is too fast for the other clients to receive the data? can you please put i timer on it? that would be a great help.=) thanks!
Jenzz23 1 month ago
i talk you women to men
why i when use VB 2010 and i tipe code in in connectrequeste
axwinsock1.accept(requesteID)
it said to me tipe this axwinsock1.accpte(requesteID:=)
MrGhaliMohamed 2 months ago
i know that is this "DATA" is not defined but i don't can to know the compete of the code.
MrGhaliMohamed 2 months ago
what is the wrong in this code =
private sub axwinsock1_dataarrival()
dim DATA As string
axwinsock1.getdata(DATA)
MrGhaliMohamed 2 months ago
@LusikkaMage can u help me with this i want to make one for a Program and add this to it but i cant follow this can u message me ?
GaiaonlineHD 2 months ago
Damn you ! you skipped the making of the text boxes and winsocks and I AM confused about all your item NAMES !!
AndyLun09 2 months ago
does it works if I use it between 2 computers in the same network?
AndyLun09 2 months ago
This has been flagged as spam show
Hi! Could you guys please check out my channel? I will do a giveaway when I reach 100 subscribers! Thanks!
hackster2011 3 months ago
thanks u. and love u :">
kidloveit 5 months ago
Thanks for a nice video.
And by the way, VB6 is a great programming language, sure it does have its limitations, but it is great for beginers.
No dought that C++ and other languages is better than VB6, but it also takes longer time to do the same.
A few years ago i did a basic CD-Catalog program in VB6, and now I am connecting it to a website, so that I can view my CD-Catalog when I am not home.
And @LusikkaMage -> Keep up the good job.
idsantos 5 months ago
@LusikkaMage Are you a woman????
KartSeven1 7 months ago
@KartSeven1 Yes, I am a woman.
LusikkaMage 7 months ago
@LusikkaMage I'm following you on Twitter.
KartSeven1 7 months ago
Hi! If you don't mind can you please create a tutorial for vb.net. I'm a lil bit confuse in vb06. THE SAME Multi-client chat coding tutorial also. thanks. waiting for your reply will going to subscribe your channel.
TheMarvinglennlacuna 8 months ago
@TheMarvinglennlacuna I'm not a VB.NET developer, sorry.
LusikkaMage 8 months ago
@LusikkaMage and are you a ?
TheMarvinglennlacuna 8 months ago
@TheMarvinglennlacuna I am a software engineer now, I work with C++ and C# professionally.
LusikkaMage 8 months ago
@LusikkaMage and that's very cool! :) wishing you to jump in vb.net and make tutorials like this one :) GOD BLESS YOU..
TheMarvinglennlacuna 8 months ago
@TheMarvinglennlacuna Why "God bless me"? Why is God required in any scenario related to me? And, not to alienate you, but should a God bless that which does not believe in him?
LusikkaMage 8 months ago
@LusikkaMage I want C#, C++, and Visual Basic!
KartSeven1 7 months ago
@KartSeven1
hello can you help me my Visual Basic 6.0?
windfirefox 6 months ago
@windfirefox Open Visual Basic, add a command button, and add this code:
MsgBox "Hello World!", vbInformation, "Visual Basic 6.0 Test"
KartSeven1 6 months ago
@LusikkaMage I want C# and C++!
KartSeven1 7 months ago
@TheMarvinglennlacuna I could nehp you with vb2010 (i always use the current one) also vb2008
PercentRandomPercent 7 months ago
@PercentRandomPercent that sound sweet! ok bro. just pm me if you are available. i don't want to make thread of posts in this channel.. anyways thanks..
TheMarvinglennlacuna 7 months ago
im better at programmming then you. :P
N1nJAWarR1oR 8 months ago
@N1nJAWarR1oR Perhaps you are better at programming than I was 3 year ago. As for whether you are today or not, it's hard to tell without any sort of proof.
LusikkaMage 8 months ago
@N1nJAWarR1oR i think dude, no one cares.. LOL
TheMarvinglennlacuna 8 months ago
@N1nJAWarR1oR haha... nice try i bet you dont even know anything
PercentRandomPercent 7 months ago
@LusikkaMage i have error too like
Compile Error:
Expected Then or GoTo
markdelta2 11 months ago
@markdelta2 Put a "Then" at the end of your if statement? if condition then...
LusikkaMage 11 months ago
hi dear I want to make local area network(LAN) messenger using and i want is to make a messenger that should behave like client server too. i m stuck on port and winsock processing...
plz help me ......................
Ahadnawaz1 11 months ago
whats the wnsckConnect?
secondry2 1 year ago
ah I see now, but problem in RemoteHost, I use VB 6 Portable, whats wrong?
MrGuitarisss 1 year ago
dim 1 as integer < thats problem.. wt must i do?
MrGuitarisss 1 year ago
@MrGuitarisss Your integer needs a name, you don't declare a number itself as an integer.
dim clientCount as integer
clientCount = 1
CoderRach 1 year ago
Comment removed
KartSeven1 1 year ago
Comment removed
KartSeven1 1 year ago
Comment removed
KartSeven1 1 year ago
@LusikkaMage Do you want to delete your Visual Basic projects??? (Y/N) Y
Deleting all of your Visual Basic projects.... 100%
Complete!
KartSeven1 1 year ago
@LusikkaMage
Compile error:
Expected Then or GoTo
KartSeven1 1 year ago
@KartSeven1 Make sure there's a "Then" at the end of your "If" statement line.
LusikkaMage 1 year ago
@LusikkaMage I also want to type so fast!!!!
KartSeven1 1 year ago
@KartSeven1 Mavis Beacon! 8D
LusikkaMage 1 year ago
@KartSeven1 You misspelled my username. :|
LusikkaMage 1 year ago
Comment removed
KartSeven1 1 year ago
@KartSeven1 Thanks :)
LusikkaMage 1 year ago
@LusikkaMage Your voice is VERY annoying!!!!!!!!!!!!!!!
KartSeven1 1 year ago
whats the index of wnsckconnect icant find the winsck.remotehost
040raymart 1 year ago
what is the wnsckConnect where is located ..
040raymart 1 year ago
what is that lstconversation it is a txtbox
040raymart 1 year ago
@040raymart No it's a ListBox.
KartSeven1 7 months ago
She sounds like a hot nerd... I wanna put my user in her text box >_>
Ubiitsa91 1 year ago
hi LusikkaMage, i really like your voice, i dont know why but i really like your voice!
batangyagit20 1 year ago
thank you so much!
Kidde15 1 year ago
Why i can't connect multiple clients to it ?
How to put all the clients into a list view like yahoo messenger is or msn or any other ?
Thank you !
Krisler12 1 year ago
Comment removed
KartSeven1 1 year ago
how can i make Usename in different color? For example red?:S
hakeriux10 1 year ago
Thanks man your the best
ClubBlew 1 year ago
@ClubBlew Not a man. :(
LusikkaMage 1 year ago
@LusikkaMage Dude its a Figure of Speech.
ClubBlew 1 year ago
@ClubBlew Dudette. :(
I'm used to being addressed as a "guy" or "dude" but not a "man" o.0
LusikkaMage 1 year ago
weeeewww...it's not working...vb is promting that
sckClose<--- variable not defined...why is that happening?...wew..
help me plssss...i want to learn that apps..
rick0121 1 year ago
@rick0121 You didn't name your socket object correctly.
LusikkaMage 1 year ago
@LusikkaMage
which one is that?..where cud i find socket object?..help me pls..im just a novice programmer..
rick0121 1 year ago
@LusikkaMage
wew..i know know what is a socket object..wew..can you explain it please.
rick0121 1 year ago
@rick0121
If you don't understand, you need to study up more on basic programming before moving to this step.
LusikkaMage 1 year ago
can you add disconnect code?
clubpenguinfan130 1 year ago
hi can u teach me how to make it online?? my email is sunny0147852@gmail.com ill appreciate so muchhhhhhhh thank u
bLaCkTeRn014 1 year ago
is this for lan
Supertutorialfan 1 year ago
thnx
MRA0000000000Z 1 year ago
VB does not suck, it depends on the programmer, and if you reference libraries.
ZaCkOX900 1 year ago
i dont have winsock
kaisar121 1 year ago
wow i thought i was a fast typer lol, how fast can you type?
hornymanonfire 1 year ago
oops my bad to busy typing didnt see ur name oops
sharkiller97 1 year ago
r u a girl??!?!?!?!?
sharkiller97 1 year ago
@sharkiller97 Yeah, I'm a 22 year old woman. :p
LusikkaMage 1 year ago
@LusikkaMage i have a trouble ive made a chat and it works but when i uses it with a friend it doesnt works,ppl say that its coz a router cant be only server but i dont know ow to fix this problem.¿can u aid me?
ramonet27101993 1 year ago
@LusikkaMage xD looks kewl the video but does it only work like on your pc imagine i give the program to mah friend can we speak? because that dosnt look like your internet ip look like your personal ip xD
MegaTechHD 1 year ago
@MegaTechHD Ho hum. I definitely know that it's my home IP address; I mean I do only have my degree in CS. I used my personal IP so that I could test both clients and server on one computer. Yes, I could have used my local lan IP or even my internet IP, but I suppose I was lazy, and maybe didn't want to randomly give out my IP.
LusikkaMage 1 year ago
@LusikkaMage lol just to know im using thanks :D iv edited it a bit i just needed a bit of code
MegaTechHD 1 year ago
@LusikkaMage no ur not. also vb sucks. no offence.
saluege 1 year ago
@saluege Ugh, I hate YouTube comments because I can't ever tell what people are replying to. I'm not really sure what you're saying I'm not about, and I agree that VB sucks. I stopped using it when I was 12, but it's easy to make chat applications so I do on occasion. I absolutely refuse to help anyone out with VB, but C++ I'm more than happy to.
LusikkaMage 1 year ago
@LusikkaMage i code in c++ and c#. use c# to make gui applications cause its easy and fast. but i love c++ better. also try to actually code a socket instead of use winsock(microsoft did all the work).
saluege 1 year ago
When we use it in another computer that doesn't have VB we have to download this : MSWINSCK.OCX . but where save it? in ani folder of the computer or in a special folder? please reply
MrLaiho123 1 year ago
@MrLaiho123 Save it into the same folder that the .exe is at.
LusikkaMage 1 year ago
@LusikkaMage thx . btw mine doesn't works the messages doesn't show up
MrLaiho123 1 year ago
hey rachel,
i love all your vids!
but i got a problem, its the same for my own chat as for your downloaded one,
if the server and 1 client are chatting, everything is fine,
but as soon as i add another client, everything the server writes appears at client number 2, and everything client 2 writes goes only to server, the 1st client is just dead, and if i keep adding more clients, only the last one can chat :(
can you help me? (im working on a vista PC if that helps)
Mihawkler 1 year ago
@Mihawkler oh yeah, and every message from the "dead" clients are sent to the last client who connected and the server...by the way
Mihawkler 1 year ago
hotohori0512 1 year ago
@hotohori0512 what emans youre code?
ramonet27101993 1 year ago
If you want to do this in VB 2008, go to my channel and look at 'Chat Server & Client Code'
SCiLSiTR 1 year ago
@SCiLSiTR Nope, besides spending a brief amount of time doing this tutorial, I haven't used Visual Basic since I was 12...
LusikkaMage 1 year ago
@erkott I moved on to better languages. :)
LusikkaMage 1 year ago
Can you please do this tutorial on Vista because I have a Vista computer and I can't find Microsoft Winsock, I pressed Ctrl+T but I can't find it when I scrolled down. I looked in each tab I can't find it. On XP they have Winsock Control 'cause by brother has a XP computer and he can find Winsock Control on his computer in vb6, also @ShinyWebCorporation - You need XP computer to get Winsock Control.
InfoTeddy257JZCP 2 years ago
damn we need more gal programmers these days...gals are proven smarter than guys for 1..and they never know what guys are tlking bout...i wish i could have a techy GF lol
maam31 2 years ago
Cann you Upload a new Source ,please
i didnt find in the Download Other ..
please a new upload .. Thanks
mendmedni 2 years ago
Are you clicking on the link, then clicking "download" on the left side, next to the screenshot?
LusikkaMage 2 years ago
hello, pls help me i got a an error variable not define "Istconversation" when i save in .exe
lister997 2 years ago
@lister997 That means you don't have anything named lstConversation. Check your object names.
LusikkaMage 2 years ago
i dont find mirosoft winsock!
ShinyWebCorporation 2 years ago
@ShinyWebCorporation YOu have to install get it from somewhere. Dont ask me where because i dont know
hhgt3 2 years ago
this program can chat to another pc????
ceru0019 2 years ago
Excellent love this piece of coding
Now I got a question for you
Im trying to make a remote access programme but rather than giving control it will send screenshot images to the server. The idea behind this is that an employer can monitor the activity of another employee (16 screens to be precise) but when I set the screenshot data to send on winsock it only give a value of 10 numbers and the image is lost, is there a limit on the data transfer?
Devilzwishbone2009 2 years ago
AW..its nice and awesome!,,but i think its only work in single PC sad to say you cant connect if that thing is on other computer!..could anyone help me please?
mabahoz 2 years ago
THANK YOU SO MUCH!
iSnipeable 2 years ago
what are you does in 2 winsocks controls? please say for me..
because you cut the video
xcr4zyr3dx 2 years ago
if i choose Client and i click send,
the problem is in protocol.
if i want to make exe the problem is in wnsckClient connectionrequest..
if i change the protocol i have a new problem :S
xcr4zyr3dx 2 years ago
pls help me !
what i need to do??
xcr4zyr3dx 2 years ago
You need to be more descriptive about what your problem is, besides "GetData" or "SendData"
LusikkaMage 2 years ago
doesn't work, i have a problem please help me..
this is the "GetData" or "SendData"
xcr4zyr3dx 2 years ago
Can u make a tutorial in vb2008 with multiple winsock connections?
HDebbo 2 years ago
Thank you ^_^
karateka961 2 years ago
This comment has received too many negative votes show
u sound gay
crazynoob11 2 years ago
I'm a woman.
LusikkaMage 2 years ago
This comment has received too many negative votes show
you got owned
sk8t3rforever 2 years ago
ummm i am using ur multi client chat but im having the problem when making it in exe it says data member not found like the senddata, remoteport, remotehost..i hope u can help me run it..
Paulitox 2 years ago
Comment removed
crazynoob11 2 years ago
Is this a LAN chartroom or no. What server are you connecting to for everyone to connect to?
tactical1x 2 years ago
i think since this is only a private chat, you the client is bout a client and a server, and you connect to another client/server if you want to talk to another person
coolmagicdude 2 years ago
You can use your external IP to connect to everyone.But i'm having problems with this..
Br666rB 2 years ago
and i thing u dont's understant
my mean
s3a3b3oor3ul3ha3ssn3 2 years ago
hi how r u plz help me .. how add chat box. my web site. and user acc + name or ip show me ? u thing y me any user ip... bad user band. ?
sory my eng bad
s3a3b3oor3ul3ha3ssn3 2 years ago
You can't embed the Visual Basic applications to a website. You'd have to use Java, Flash, or something else that supports it.
LusikkaMage 2 years ago
well i no
o.k ty
s3a3b3oor3ul3ha3ssn3 2 years ago
i belive you can, but you had to save it as a special page.
Google it?
TheRealDiazepa 2 years ago
i cant find windows sock
Arnold877 2 years ago
Do you know How to create a remote controlling software i mean a RAT
Can you make a video in that topic
that will be quiet useful
Thanks for this video
redyahoocomred 2 years ago
Lol, I think that's kind of beyond the scope of this.
And, I have no idea.
LusikkaMage 2 years ago
This has been flagged as spam show
i know how to make one, pm me
pip00123 2 years ago
Is that dim i or dim 1
nashbored1231 2 years ago
it's "i"
LusikkaMage 2 years ago
Oh ok.
nashbored1231 2 years ago
you cant download it for some reason
Deadlyman66 2 years ago
yeah you can
nashbored1231 2 years ago
I've used Winsock with both Visual Basic 6 as well as C++, but doing it in VB is a ton easier.
LusikkaMage 2 years ago
okay does this chat thing work over the internet, like msn so if i send it to my friend we will be able to talk using it?
lisn92 2 years ago
Why so many winsock controls? You just need one and you can index them =]
Samzsite 2 years ago
Didn't know that, thought they all had to be on the form. ;P
LusikkaMage 2 years ago
thanks this helped me alot. also
thanks for the downloadable package with the project we can open up and take a look at
mikex222 2 years ago
i downloaded the code but I don't know which thing is the correct piece of code... what do I do???
b21492010 2 years ago
do I put the code pieces in "resources"
b21492010 2 years ago
I think you need to study up more on VB. From the questions you've asked, you don't really seem to know what's going on with this stuff. (Your questions make absolutely no sense either)
LusikkaMage 2 years ago
i found out the code for vb6 and vb 2008 is different... do you know where i could find help on one for 2008?
b21492010 2 years ago
or how to change the code to work in vb 2008?
b21492010 2 years ago
can this work with multiple computers?
b21492010 2 years ago
Yeah
PantSteven 2 years ago
do u need C4F P2P to make this?
b21492010 2 years ago
No. All you need is to add the Winsock toolkit that comes with some versions of Visual Basic 6.
PantSteven 2 years ago
you should show how to do this in vb 2008 i can't find any tut's on it :(i would be happy if you new how
codehpro 2 years ago
cool, but if you made thee first winsock an array, why did you copy it, even if it is keeping the same name with a different index?
PrjRAPTOR 2 years ago
The winsock array is for the client connections, each one has their own winsock item and port they're connected to.
LusikkaMage 2 years ago
But you don't need to copy and paste the control over and over again. u just need to put
Load Winsock1(variable)
when ever you get a connection. U only need 1 control on the form.
PrjRAPTOR 2 years ago
Oh okay. didn't know that.
LusikkaMage 2 years ago
Nice tutorial am new at this n using VB8 express
is it posible for u to make this tutorial in VB8 express?
thank you
UsKjoe1990 2 years ago
VB8 isn't really something I wish to learn
LusikkaMage 2 years ago
Thnx
t7fu8 2 years ago
of course you can add more ports, thats just the defautl change man.
hares295 2 years ago
if u mean add more servers than yes. just add more winsock controls and make them listen on different ports than u already have.
iimToRcHeD 2 years ago
Can't get it to work with IP. Lan is fine.
TeKn1qu3z 2 years ago
i dont understand what ur doin how do i make more winsock control thingys and how do i get the frmmain thing with the login option?
StreetSkaterMagicz 2 years ago
great job! nicly done, but just a lil tip: you should probally do so when you press enter it sends.
FLProductions0 2 years ago
this is a lan chat?
normalisimoo 2 years ago
Can run via lan or internet.
LusikkaMage 2 years ago
Comment removed
wasitrealy 2 years ago
Comment removed
wasitrealy 2 years ago
in the textbox of the IP ,do i have to put my IP or the Ip from the guy i wanna talk wtih?
patillobrown 2 years ago
If you're the client, you put in the IP of the server (the guy you wanna talk with). If you're server, you don't enter anything, and give the client your IP address. (google whatsmyip)
LusikkaMage 2 years ago
In my version I add it to a list box.
list1.additem dat
LusikkaMage 2 years ago
ooh god i didnt get a single step 0_0...
kazuya899 2 years ago
This has been flagged as spam show
W,W,W [Punkt] vb-community [punkt] eu
draco0594 2 years ago
Hey i was wondering how you would make a email sorta thing in winsock how would you do it if there not online at that time?
konk353535 3 years ago
I think you'd pretty much have to have a server running all the time, and you send the messages to the server instead of directly to the person. Then the person has to access the server to get their messages.
That's how email works, anyway.
You could just have the person keep their client running the entire time. ;P
LusikkaMage 3 years ago
lol
konk353535 3 years ago
Nice video, very nice code also.
Was just wondering, when sending text there is no compiling or anything like decompiling and compiling the data upon arrival. Do you have any idea how I would make a client and server in which connects directly(I know this), and sends DATA/FILES from client to server or the other way around. I have managed to send some data but the end file is either corrupted or incomplete.
Youngie1337 3 years ago