Searched refs:ftp (Results 26 - 50 of 125) sorted by relevance

12345

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/packaging/LSB/
H A Dlsb-samba.spec13 Source: ftp://ftp.samba.org/pub/samba/samba-%{version}.tar.gz
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/human68k/
H A Dflate.s7 ; also may be found at: ftp://ftp.info-zip.org/pub/infozip/license.html
H A Dcrc_68.s7 ; also may be found at: ftp://ftp.info-zip.org/pub/infozip/license.html
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/conntrack-tools-1.4.0/src/helpers/
H A DMakefile.in97 am_ct_helper_ftp_la_OBJECTS = ct_helper_ftp_la-ftp.lo
306 ct_helper_ftp_la_SOURCES = ftp.c
395 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ct_helper_ftp_la-ftp.Plo@am__quote@
423 ct_helper_ftp_la-ftp.lo: ftp.c
424 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ct_helper_ftp_la_CFLAGS) $(CFLAGS) -MT ct_helper_ftp_la-ftp.lo -MD -MP -MF $(DEPDIR)/ct_helper_ftp_la-ftp.Tpo -c -o ct_helper_ftp_la-ftp.lo `test -f 'ftp.c' || echo '$(srcdir)/'`ftp
[all...]
H A DMakefile97 am_ct_helper_ftp_la_OBJECTS = ct_helper_ftp_la-ftp.lo
306 ct_helper_ftp_la_SOURCES = ftp.c
395 include ./$(DEPDIR)/ct_helper_ftp_la-ftp.Plo
423 ct_helper_ftp_la-ftp.lo: ftp.c
424 $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ct_helper_ftp_la_CFLAGS) $(CFLAGS) -MT ct_helper_ftp_la-ftp.lo -MD -MP -MF $(DEPDIR)/ct_helper_ftp_la-ftp.Tpo -c -o ct_helper_ftp_la-ftp.lo `test -f 'ftp.c' || echo '$(srcdir)/'`ftp
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/utils/wxCas/src/
H A Dwxcasframe.cpp44 #include <wx/protocol/ftp.h>
476 // Connect to ftp
477 wxFTP ftp; local
479 ftp.SetUser( prefs->Read ( WxCasCte::FTP_USER_KEY,
481 ftp.SetPassword( prefs->Read ( WxCasCte::FTP_PASSWD_KEY,
484 if ( ! ftp.Connect( prefs->Read ( WxCasCte::FTP_URL_KEY,
492 if ( ! ftp.ChDir( prefs->Read ( WxCasCte::FTP_PATH_KEY,
496 ftp.Close();
501 ftp.SetBinary();
504 wxOutputStream * out = ftp
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/human68k/
H A Dcrc_68.s7 ; also may be found at: ftp://ftp.info-zip.org/pub/infozip/license.html
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/console/
H A Dconsole.cpp2392 #include "wx/protocol/ftp.h"
2394 static wxFTP ftp; variable
2411 static const wxChar *hostname = _T("ftp.wxwidgets.org");
2420 ftp.SetUser(user);
2426 ftp.SetPassword(password);
2431 if ( !ftp.Connect(hostname) )
2440 hostname, ftp.Pwd().c_str());
2441 ftp.Close();
2450 wxFTP ftp; local
2451 static const wxChar *hostname = _T("ftp
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/tools/
H A Ddbus-monitor.c56 GetSystemTimeAsFileTime (LPFILETIME ftp) argument
60 SystemTimeToFileTime (&st, ftp);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/
H A DMakefile41 ftp://ftp.hpl.hp.com/pub/linux-ia64/gas-030124.tar.gz)
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/examples/
H A Dbusybox.spec16 Source: ftp://busybox.net/busybox/%{name}-%{version}.tar.gz
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/tests/
H A DMakefile402 LIBOBJS = ${LIBOBJDIR}ftp-opie$U.o ${LIBOBJDIR}openssl$U.o ${LIBOBJDIR}http-ntlm$U.o ${LIBOBJDIR}gen-md5$U.o
413 LTLIBOBJS = ${LIBOBJDIR}ftp-opie$U.lo ${LIBOBJDIR}openssl$U.lo ${LIBOBJDIR}http-ntlm$U.lo ${LIBOBJDIR}gen-md5$U.lo
608 Test-ftp.px \
609 Test-ftp-pasv-fail.px \
610 Test-ftp-bad-list.px \
611 Test-ftp-recursive.px \
612 Test-ftp-iri.px \
613 Test-ftp-iri-fallback.px \
614 Test-ftp-iri-recursive.px \
615 Test-ftp
[all...]
H A DMakefile.in608 Test-ftp.px \
609 Test-ftp-pasv-fail.px \
610 Test-ftp-bad-list.px \
611 Test-ftp-recursive.px \
612 Test-ftp-iri.px \
613 Test-ftp-iri-fallback.px \
614 Test-ftp-iri-recursive.px \
615 Test-ftp-iri-disabled.px \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A DMakefile.inc31 cookie.c http.c sendf.c ftp.c url.c dict.c if2ip.c speedcheck.c \
50 formdata.h cookie.h http.h sendf.h ftp.h url.h dict.h if2ip.h \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/tests/
H A Dftp.pm256 return if($proto !~ /^(ftp|imap|pop3|smtp)$/);
268 ($proto eq 'ftp')?'ctrl':'filt', $pid) if($verbose);
275 return if($proto ne 'ftp');
296 for my $proto (('ftp', 'imap', 'pop3', 'smtp')) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/qdos/
H A Dconfig.S8 ; also may be found at: ftp://ftp.info-zip.org/pub/infozip/license.html
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/win32/
H A Dcrc_lcc.asm7 ; also may be found at: ftp://ftp.info-zip.org/pub/infozip/license.html
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/acorn/
H A Dsendbits.s7 ; also may be found at: ftp://ftp.cdrom.com/pub/infozip/license.html
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/qdos/
H A Dconfig.s7 ; also may be found at: ftp://ftp.cdrom.com/pub/infozip/license.html
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/win32/
H A Dcrc_lcc.asm7 ; also may be found at: ftp://ftp.info-zip.org/pub/infozip/license.html
H A Dlm32_lcc.asm7 ; also may be found at: ftp://ftp.cdrom.com/pub/infozip/license.html
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dftp.cpp2 // Name: common/ftp.cpp
12 // RCS-ID: $Id: ftp.cpp 47969 2007-08-08 23:34:14Z VZ $
48 #include "wx/protocol/ftp.h"
70 IMPLEMENT_PROTOCOL(wxFTP, wxT("ftp"), wxT("ftp"), true)
163 addr.Service(wxT("ftp"));
505 wxInputFTPStream(wxFTP *ftp, wxSocketBase *sock) argument
508 m_ftp = ftp;
863 // Some ftp-servers (Ipswitch WS_FTP Server 1.0.5 does this)
895 // Especially UNIX ftp
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-sysdeps-wince-glue.h141 void GetSystemTimeAsFileTime (LPFILETIME ftp);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/
H A Dopenssl.spec10 Source0: ftp://ftp.openssl.org/source/%{name}-%{version}.tar.gz
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/
H A DMakefile138 SUBDIRS += netkit-ftp-0.18-pre1

Completed in 249 milliseconds

12345