Minor improvements in sf::Ftp documentation
This commit is contained in:
parent
9d5eb14dde
commit
1fd6fae073
@ -454,7 +454,7 @@ public :
|
|||||||
/// of your application.
|
/// of your application.
|
||||||
///
|
///
|
||||||
/// \param remoteFile Filename of the distant file to download
|
/// \param remoteFile Filename of the distant file to download
|
||||||
/// \param localPath Where to put to file on the local computer
|
/// \param localPath The directory in which to put the file on the local computer
|
||||||
/// \param mode Transfer mode
|
/// \param mode Transfer mode
|
||||||
///
|
///
|
||||||
/// \return Server response to the request
|
/// \return Server response to the request
|
||||||
@ -473,7 +473,7 @@ public :
|
|||||||
/// FTP server.
|
/// FTP server.
|
||||||
///
|
///
|
||||||
/// \param localFile Path of the local file to upload
|
/// \param localFile Path of the local file to upload
|
||||||
/// \param remotePath Where to put to file on the server
|
/// \param remotePath The directory in which to put the file on the server
|
||||||
/// \param mode Transfer mode
|
/// \param mode Transfer mode
|
||||||
///
|
///
|
||||||
/// \return Server response to the request
|
/// \return Server response to the request
|
||||||
|
Loading…
Reference in New Issue
Block a user