Home
last modified time | relevance | path

Searched refs:Ftp (Results 1 – 25 of 773) sorted by relevance

12345678910>>...31

/dports/www/squid/squid-4.15/src/clients/
H A DFtpRelay.cc27 namespace Ftp namespace
118 const Ftp::Relay::SM_FUNC Ftp::Relay::SM_FUNCS[] = {
168 Ftp::Relay::~Relay() in ~Relay()
179 Ftp::Relay::start() in start()
191 Ftp::Relay::swanSong() in swanSong()
227 Ftp::MasterState &
232 if (Ftp::Server *srv = dynamic_cast<Ftp::Server*>(mgr.get())) in updateMaster()
243 const Ftp::MasterState &
251 Ftp::Relay::serverState(const Ftp::ServerState newState) in serverState()
553 if (Ftp::Server *srv = dynamic_cast<Ftp::Server*>(mgr.get())) { in sendCommand()
[all …]
H A DFtpClient.cc32 namespace Ftp namespace
87 Ftp::Channel::close() in close()
98 Ftp::Channel::forget() in forget()
108 Ftp::Channel::clear() in clear()
185 Ftp::Client::~Client() in ~Client()
199 Ftp::Client::start() in start()
205 Ftp::Client::initReadBuf() in initReadBuf()
217 Ftp::Client::closeServer() in closeServer()
591 Ftp::Client::sendEprt() in sendEprt()
630 Ftp::Client::sendPort() in sendPort()
[all …]
H A DFtpGateway.cc52 namespace Ftp namespace
333 Ftp::Client(fwdState), in Gateway()
367 Ftp::Gateway::~Gateway() in ~Gateway()
879 Ftp::Gateway::parseListing() in parseListing()
1144 Ftp::Gateway::start() in start()
1160 Ftp::Client::start(); in start()
1217 Ftp::Gateway::loginFailed() in loginFailed()
1261 Ftp::Gateway::ftpRealm() in ftpRealm()
1866 if (!Config.Ftp.eprt) {
2100 Ftp::Gateway::restartable() in restartable()
[all …]
/dports/devel/sfml/SFML-2.5.1/src/SFML/Network/
H A DFtp.cpp50 Ftp::Response open(Ftp::TransferMode mode);
85 Ftp::Response::Status Ftp::Response::getStatus() const in getStatus()
144 Ftp::~Ftp() in ~Ftp()
163 Ftp::Response Ftp::login() in login()
181 Ftp::Response Ftp::disconnect() in disconnect()
193 Ftp::Response Ftp::keepAlive() in keepAlive()
200 Ftp::DirectoryResponse Ftp::getWorkingDirectory() in getWorkingDirectory()
239 Ftp::Response Ftp::parentDirectory() in parentDirectory()
384 Ftp::Response Ftp::getResponse() in getResponse()
526 Ftp::DataChannel::DataChannel(Ftp& owner) : in DataChannel()
[all …]
/dports/www/squid/squid-4.15/src/ftp/
H A DElements.cc56 Ftp::cmdAppe() in cmdAppe()
63 Ftp::cmdAuth() in cmdAuth()
70 Ftp::cmdCwd() in cmdCwd()
77 Ftp::cmdDele() in cmdDele()
84 Ftp::cmdEprt() in cmdEprt()
91 Ftp::cmdEpsv() in cmdEpsv()
98 Ftp::cmdList() in cmdList()
105 Ftp::cmdMkd() in cmdMkd()
112 Ftp::cmdMlsd() in cmdMlsd()
119 Ftp::cmdMlst() in cmdMlst()
[all …]
H A DParsing.cc18 Ftp::ParseIpPort(const char *buf, const char *forceIp, Ip::Address &addr) in ParseIpPort()
44 if (Config.Ftp.sanitycheck && port < 1024) in ParseIpPort()
52 Ftp::ParseProtoIpPort(const char *buf, Ip::Address &addr) in ParseProtoIpPort()
82 if (Config.Ftp.sanitycheck && port < 1024) in ParseProtoIpPort()
90 Ftp::UnescapeDoubleQuoted(const char *quotedPath) in UnescapeDoubleQuoted()
/dports/www/squid/squid-4.15/src/servers/
H A DFtpServer.cc45 namespace Ftp namespace
73 Ftp::Server::~Server() in ~Server()
85 Ftp::Server::idleTimeout() const in idleTimeout()
91 Ftp::Server::start() in start()
108 Ftp::Server::maybeReadUploadData() in maybeReadUploadData()
127 Ftp::Server::doProcessRequest() in doProcessRequest()
201 Ftp::Server::shovelUploadData() in shovelUploadData()
266 Ftp::StartListening() in StartListening()
285 Ftp::StopListening() in StopListening()
635 Ftp::Server::parseOneRequest() in parseOneRequest()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Requests/tests/
H A DFtpWebRequestTest.cs44 Assert.Equal(request.Method, WebRequestMethods.Ftp.DownloadFile); in Ctor_VerifyDefaults_Success()
97 DoCommand(mode, WebRequestMethods.Ftp.DeleteFile, uri); in Ftp_CreateAndDelete()
113 DoCommand(mode, WebRequestMethods.Ftp.DeleteFile, uri); in Ftp_LargeFile()
131 DoCommand(mode, WebRequestMethods.Ftp.DeleteFile, uri); in Ftp_AppendFile()
149 DoCommand(mode, WebRequestMethods.Ftp.Rename, uri, renameTo); in Ftp_RenameFile()
157 DoCommand(mode, WebRequestMethods.Ftp.DeleteFile, newUri); in Ftp_RenameFile()
168 DoCommand(mode, WebRequestMethods.Ftp.MakeDirectory, dir); in Ftp_MakeAndRemoveDir_Success()
172 DoCommand(mode, WebRequestMethods.Ftp.RemoveDirectory, dir); in Ftp_MakeAndRemoveDir_Success()
187 DoCommand(mode, WebRequestMethods.Ftp.MakeDirectory, dir); in Ftp_RenameFileSubDir_Success()
200 DoCommand(mode, WebRequestMethods.Ftp.DeleteFile, renamedFile); in Ftp_RenameFileSubDir_Success()
[all …]
/dports/lang/nx/nsf2.3.0/library/xotcl/library/comm/
H A DFtp.xotcl12 Ftp instproc initialize args {
31 Ftp instproc err {state reply} {
40 Ftp instproc response {state} {
73 Ftp instproc GET {} {
83 Ftp instproc provideUser {} {
100 Ftp instproc pasv {} {
114 Ftp instproc type {} {
129 Ftp instproc list {} {
136 Ftp instproc read {} {
159 Ftp instproc retr {} {
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/System.Net/
H A DFtpWebRequest.cs96 WebRequestMethods.Ftp.AppendFile, // APPE
97 WebRequestMethods.Ftp.DeleteFile, // DELE
103 WebRequestMethods.Ftp.Rename, // RENAME
107 WebRequestMethods.Ftp.UploadFile, // STOR
447 …if (method != WebRequestMethods.Ftp.UploadFile && method != WebRequestMethods.Ftp.UploadFileWithUn… in BeginGetRequestStream()
635 case WebRequestMethods.Ftp.AppendFile: in ProcessMethod()
636 case WebRequestMethods.Ftp.UploadFile: in ProcessMethod()
645 case WebRequestMethods.Ftp.Rename: in ProcessMethod()
646 case WebRequestMethods.Ftp.DeleteFile: in ProcessMethod()
742 case WebRequestMethods.Ftp.DeleteFile: in ProcessSimpleMethod()
[all …]
/dports/ftp/lftp/lftp-4.9.2/src/
H A Dftpclass.cc96 FileAccess *Ftp::New() { return new Ftp(); } in New()
723 Ftp::pasv_state_t Ftp::Handle_PASV() in Handle_PASV()
793 Ftp::pasv_state_t Ftp::Handle_EPSV() in Handle_EPSV()
829 Ftp::pasv_state_t Ftp::Handle_EPSV_CEPR() in Handle_EPSV_CEPR()
1095 Ftp::Ftp() : super() in Ftp() function in Ftp
1099 Ftp::Ftp(const Ftp *f) : super(f) in Ftp() function in Ftp
1161 Ftp *o=(Ftp*)fo; // we are sure it is Ftp. in GetBetterConnection()
3658 Ftp::Expect *Ftp::ExpectQueue::Pop() in Pop()
3933 void Ftp::MoveConnectionHere(Ftp *o) in MoveConnectionHere()
4711 Ftp *o=(Ftp*)fa; in SameSiteAs()
[all …]
H A Dftpclass.h49 class Ftp : public NetAccess
262 friend class Ftp::ExpectQueue; // grant access to Expect
372 void MoveConnectionHere(Ftp *o);
374 bool SameConnection(const Ftp *o) const;
449 Ftp();
450 Ftp(const Ftp *);
454 FileAccess *Clone() const { return new Ftp(this); } in Clone()
529 bool SetCopyAddress(const Ftp *o) in SetCopyAddress()
556 void CopyCheckTimeout(const Ftp *o) in CopyCheckTimeout()
567 class FtpS : public Ftp
H A DFileCopyFtp.cc32 #define ftp_src get->GetSession().Cast<Ftp>()
33 #define ftp_dst put->GetSession().Cast<Ftp>()
56 ftp_dst->SetCopyMode(Ftp::COPY_DEST,!passive_source,protect, in Do()
72 ftp_src->SetCopyMode(Ftp::COPY_SOURCE,passive_source,protect, in Do()
79 ftp_dst->SetCopyMode(Ftp::COPY_DEST,!passive_source,protect, in Do()
/dports/games/wesnoth/wesnoth-1.14.17/data/campaigns/Under_the_Burning_Suns/maps/
H A D09_Blood_is_Thicker_Than_Water.map9 Xu, Xu, Xu, Xu, Xu, Xu, Xu, Cud, Cud, Cud, Cud, Mm, Mm, Mm, Gd^Ftd, Hh^Ftp, Hh^Ftp, Mm, Mm, Hh^Ftp,…
12Ftp, Hh^Ftp, Gd, Gs, Ww^Bw|, Ww^Ewl, Ww, Ww^Bw/, Gd, Wwr, Wwr, Wwr, Mm, Hh, Hh, Mm, Mm, Wo, Wo, Wo…
15 … Ds^Fts, Hhd^Fts, Hhd, Mdd, Hhd^Ftp, Gd^Ft, Hhd, Hhd^Ftd, Gd^Ftd, Wwt^Ewl, Wwt^Ewf, Wwrt, Wwt^Ewl,…
18Ftp, Ww, Ds^Edpp, Ww, Mm^Xm, Mm^Xm, Mm, Mm, Wo, Wo, Wo, Wo, Wo, Wo, Xu, Xu, Xu, Xu, Uu^Edb, Xu, Uu…
24 …^Ftp, Gs^Ftp, Wo, Wo, Wo, Wwt^Edb, Ww, Ww^Edb, Ww, Ww, Wo, Wo, Wo, Wo, Wo, Wo, Wo, Wwt, Ds, Ds^Esd…
37 …Ww, Ww, Ww, Wwt, Ds^Esd, Wwt, Wwrt, Wwt, Wwt, Ds^Ftp, Dd^Ftd, Gs^Fts, Rd, Gs^Ft, Dd^Ftd, Dd^Ftp, D…
42 …s^Fts, Rd, Rd^Ftp, Dd^Fts, Dd^Ftp, Gs^Ftp, Dd^Fts, Gs^Ft, Rd^Ft, Gd^Ftp, Dd^Ftd, Rd^Ftp, Dd^Fts, G…
43Ftp, Gd^Ftd, Gd^Em, Gd, Gd^Edp, Gd, Gd, Gll^Ft, Gll^Ft, Ss, Gll^Ftr, Wwg, Ss, Ss^Vhs, Gs^Ft, Gd^Ft…
45 …Wwrt, Wwt, Wwr, Ww, Wwrg, Wwg, Wwg, Sm, Gll^Ftp, Gll^Ftr, Gll^Ftp, Gll^Ftd, Sm^Emf, Sm, Gll^Ftr, W…
47Ftp, Gll^Ftp, Gll^Ftp, Sm, Sm^Em, Sm^Em, Ss, Sm, Ss, Wwg^Ewl, Sm^Em, Gll^Ftr, Gll^Ftr, Ss, Gll^Ftr…
[all …]
/dports/ftp/yafc/yafc-1.3.7/src/ftp/
H A Dftp.h120 typedef struct Ftp struct
194 } Ftp; argument
196 extern Ftp *ftp;
202 Ftp *ftp_create(void);
203 void ftp_destroy(Ftp *ftp);
204 void ftp_use(Ftp *ftp);
229 int ftp_fxpfile(Ftp *srcftp, const char *srcfile,
230 Ftp *destftp, const char *destfile,
/dports/devel/sfml/SFML-2.5.1/examples/ftp/
H A DFtp.cpp14 std::ostream& operator <<(std::ostream& stream, const sf::Ftp::Response& response) in operator <<()
38 sf::Ftp server; in main()
39 sf::Ftp::Response connectResponse = server.connect(address); in main()
52 sf::Ftp::Response loginResponse = server.login(user, password); in main()
94 sf::Ftp::DirectoryResponse response = server.getWorkingDirectory(); in main()
103 sf::Ftp::ListingResponse response = server.getDirectoryListing(); in main()
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/common_test/src/
H A Dct_ftp.erl40 Fun = fun(Ftp) -> send(Ftp,LocalFile,RemoteFile) end,
44 Fun = fun(Ftp) -> recv(Ftp,RemoteFile,LocalFile) end,
246 {ok,Ftp} ->
247 R = Fun(Ftp),
248 close(Ftp),
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/common_test/src/
H A Dct_ftp.erl40 Fun = fun(Ftp) -> send(Ftp,LocalFile,RemoteFile) end,
44 Fun = fun(Ftp) -> recv(Ftp,RemoteFile,LocalFile) end,
246 {ok,Ftp} ->
247 R = Fun(Ftp),
248 close(Ftp),
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/common_test/src/
H A Dct_ftp.erl40 Fun = fun(Ftp) -> send(Ftp,LocalFile,RemoteFile) end,
44 Fun = fun(Ftp) -> recv(Ftp,RemoteFile,LocalFile) end,
246 {ok,Ftp} ->
247 R = Fun(Ftp),
248 close(Ftp),
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/common_test/src/
H A Dct_ftp.erl40 Fun = fun(Ftp) -> send(Ftp,LocalFile,RemoteFile) end,
44 Fun = fun(Ftp) -> recv(Ftp,RemoteFile,LocalFile) end,
246 {ok,Ftp} ->
247 R = Fun(Ftp),
248 close(Ftp),
/dports/lang/erlang/otp-OTP-24.1.7/lib/common_test/src/
H A Dct_ftp.erl40 Fun = fun(Ftp) -> send(Ftp,LocalFile,RemoteFile) end,
44 Fun = fun(Ftp) -> recv(Ftp,RemoteFile,LocalFile) end,
246 {ok,Ftp} ->
247 R = Fun(Ftp),
248 close(Ftp),
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/common_test/src/
H A Dct_ftp.erl40 Fun = fun(Ftp) -> send(Ftp,LocalFile,RemoteFile) end,
44 Fun = fun(Ftp) -> recv(Ftp,RemoteFile,LocalFile) end,
246 {ok,Ftp} ->
247 R = Fun(Ftp),
248 close(Ftp),
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/common_test/src/
H A Dct_ftp.erl40 Fun = fun(Ftp) -> send(Ftp,LocalFile,RemoteFile) end,
44 Fun = fun(Ftp) -> recv(Ftp,RemoteFile,LocalFile) end,
246 {ok,Ftp} ->
247 R = Fun(Ftp),
248 close(Ftp),
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Requests/src/System/Net/
H A DFtpWebRequest.cs111 new FtpMethodInfo(WebRequestMethods.Ftp.DownloadFile,
117 new FtpMethodInfo(WebRequestMethods.Ftp.ListDirectory,
124 new FtpMethodInfo(WebRequestMethods.Ftp.ListDirectoryDetails,
131 new FtpMethodInfo(WebRequestMethods.Ftp.UploadFile,
143 new FtpMethodInfo(WebRequestMethods.Ftp.AppendFile,
148 new FtpMethodInfo(WebRequestMethods.Ftp.DeleteFile,
152 new FtpMethodInfo(WebRequestMethods.Ftp.GetDateTimestamp,
156 new FtpMethodInfo(WebRequestMethods.Ftp.GetFileSize,
160 new FtpMethodInfo(WebRequestMethods.Ftp.Rename,
164 new FtpMethodInfo(WebRequestMethods.Ftp.MakeDirectory,
[all …]
/dports/devel/kf5-kio/kio-5.89.0/src/ioslaves/ftp/
H A Dftp.h90 class Ftp : public KIO::SlaveBase
93 Ftp(const QByteArray &pool, const QByteArray &app);
94 ~Ftp() override;
184 explicit FtpInternal(Ftp *qptr);
458 Ftp *const q;

12345678910>>...31