Overload | Description |
---|---|
ReceiveFile(String,String) | Receives the specified file from the current working folder and stores it on the local system using the specified path and filename. |
ReceiveFile(String,String,Boolean) | Receives the specified file from the current working folder and stores it on the local system using the specified path and filename and indicates if the file should append itself to the local file if it already exists. |
ReceiveFile(String,Int64,String) | Receives the specified file from the current working folder starting from the specified offset and stores it on the local system using the specified path and filename. |
ReceiveFile(String,Int64,String,Boolean) | Receives the specified file from the current working folder starting from the specified offset and stores it on the local system using the specified path and filename indicating if the file should append itself to the local file if it already exists. |
ReceiveFile(String,Stream) | Receives the specified file from the current working folder to the specified System.IO.Stream. |
ReceiveFile(String,Int64,Stream) | Receives the specified file from the FTP server's current working folder into the specified System.IO.Stream, starting from the specified offset. |