Click or drag to resize

FtpUpload Method

Overload List
  NameDescription
Public methodUpload(String, Byte)
Uploads the content of the byte array to the file on the server.
Public methodUpload(String, Stream)
Uploads the content of the data stream to the file on the server.
Public methodUpload(String, String)
Uploads the content of the local file to the file on the server, overriding it if it already exists.
Public methodUpload(String, Int64, Byte)
Uploads the content of the byte array to the file on the server starting from the specified remote position. You can check the value of SupportsRestStream of Extensions property to check if this method is supported by the remote server.
Public methodUpload(String, Int64, Stream)
Uploads the content of the data stream to the file on the server from the specified remote position. You can check the value of SupportsRestStream of Extensions property to check if this method is supported by the remote server.
Top
See Also