Using remoting to implement file transfer

Source: Internet
Author: User
Because the job needs to write a file transfer stuff
Using the System.Runtime.Remoting
Client Interface classes:
Namespace Nail.Net.Remoting.Trans
Public Interface Itransfile
Function SendFile (ByVal FileName as String, ByVal bytes () as Byte, ByVal CLIENTCRC As Integer) As Integer
Function Comparefile (ByVal FileName as String, ByVal CLIENTCRC as Integer) as Boolean
Function Getfiledet (ByVal FileName as String) as Integer
Function GetFileInfo (ByVal FileName as String) as Byte ()
Function GetFileInfo (ByVal FileName as String, ByVal Length as Integer) as Byte ()
Function GetFileInfo (ByVal FileName as String, ByVal Point As Integer, ByVal Length as Integer) as Byte ()
Property Servertranssavefilepath () as String
Property Servertempfilepath () as String
End Interface
End Namespace
Client class: (Implementation of File transfer here) (with 1 forms after the form code I'll post it) (please add a reference System.Runtime.Remoting. NET default is the server-side class that is not referenced)
Imports System.Runtime
Imports System.Runtime.Remoting
Imports System.Runtime.Remoting.Channels
Imports SYSTEM.RUNTIME.REMOTING.CHANNELS.TCP
Imports System.IO
Imports System.Threading
Namespace Nail.Net.Remoting.Client
Public Class Filetransclient
Private Transtempsize as Integer

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.