1
0
mirror of https://github.com/pocoproject/poco.git synced 2025-04-02 17:50:53 +02:00

Small documentation fix of FTPClientSession.

This commit is contained in:
gjergji 2015-02-23 08:35:36 +01:00
parent f04e19a362
commit 0edc4f7d36

@ -227,7 +227,7 @@ public:
std::ostream& beginUpload(const std::string& path); std::ostream& beginUpload(const std::string& path);
/// Starts uploading the file with the given name. /// Starts uploading the file with the given name.
/// After all data has been written to the returned stream, /// 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. /// A stream for reading the file's content is returned.
/// The stream is valid until endUpload() is called. /// The stream is valid until endUpload() is called.