Sending files through VNC
VNC's webpage tells you that you cannot send files through VNC. this is
true. however, you can copy data between the clipboards of the two connected
computers.
Knowing this, it is possible to transfer files in text only form, this is
basically how email sends its attachments because it is a text based protocol.
Transferring files via VNC can be done using the following:
- compress the file to send with winzip
- convert the zip 1ile to UU Encoded
- open the UU Encoded file with notepad
- copy the entire data to the clipboard
- wait for all this data to be copied to the other computer (time will
vary depending on file size)
- on the opposite computer open notepad and paste all the data that has
been received from the remote computer
- save this as a .uue file
- open with winzip
- extract the file that appears in winzip
- this is now your original winzip .zip file and can be opened in winzip
as normal