Dart.Ftp Namespace > Ftp Class : Get Method |
Overload | Description |
---|---|
Get(List<ListEntry>,String,String,Synchronize) | Get the specified files using a single method. |
Get(String,String,Synchronize) | Downloads a file from an FTP server. |
Get(String,Int64,Stream) | Starts download at the specified offset and writes to the destination Stream. |
Get(String,Int64) | Lowest level Get method starts a download at the specified offset and returns a Stream to read from. |