Searched refs:ftp_mode (Results 1 - 8 of 8) sorted by relevance

/haiku/src/apps/codycam/
H A DFileUploadClient.h21 enum ftp_mode { enum in class:FileUploadClient
32 ftp_mode mode = binary_mode);
36 ftp_mode mode = binary_mode);
H A DFileUploadClient.cpp52 ftp_mode mode)
60 ftp_mode mode)
H A DSftpClient.h38 ftp_mode mode = binary_mode);
42 ftp_mode mode = binary_mode);
H A DFtpClient.h44 ftp_mode mode = binary_mode);
48 ftp_mode mode = binary_mode);
H A DSpawningUploadClient.h29 ftp_mode mode = binary_mode);
33 ftp_mode mode = binary_mode);
H A DSpawningUploadClient.cpp172 ftp_mode mode)
180 ftp_mode mode)
H A DSftpClient.cpp157 SftpClient::PutFile(const string& local, const string& remote, ftp_mode mode)
192 SftpClient::GetFile(const string& remote, const string& local, ftp_mode mode)
H A DFtpClient.cpp196 FtpClient::PutFile(const string& local, const string& remote, ftp_mode mode)
279 FtpClient::GetFile(const string& remote, const string& local, ftp_mode mode)

Completed in 26 milliseconds