mirror of
https://github.com/pocoproject/poco.git
synced 2025-03-30 15:45:55 +02:00
Small documentation fix of FTPClientSession.
This commit is contained in:
parent
f04e19a362
commit
0edc4f7d36
@ -227,7 +227,7 @@ public:
|
||||
std::ostream& beginUpload(const std::string& path);
|
||||
/// Starts uploading the file with the given name.
|
||||
/// After all data has been written to the returned stream,
|
||||
/// endUpload() must be called to finish the download.
|
||||
/// endUpload() must be called to finish the upload.
|
||||
///
|
||||
/// A stream for reading the file's content is returned.
|
||||
/// The stream is valid until endUpload() is called.
|
||||
|
Loading…
x
Reference in New Issue
Block a user