Home
last modified time | relevance | path

Searched refs:FTP_LIST (Results 1 – 25 of 41) sorted by relevance

12

/dports/ftp/ftplib/ftplib-4.0-1/src/
H A Dqftp.c52 #define FTP_LIST 5 /* terse directory */ macro
273 case FTP_LIST : in process_file()
369 action = FTP_LIST; in main()
386 action = FTP_LIST; in main()
448 if ((action == FTP_DIR) || (action == FTP_LIST)) in main()
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/curl-sys-0.4.51+curl-7.80.0/curl/lib/
H A Dftp.h74 FTP_LIST, /* generic state for LIST, NLST or a custom list command */ enumerator
H A Dftp.c1497 state(data, FTP_LIST); in ftp_state_list()
2460 if((instate != FTP_LIST) && in ftp_state_get_resp()
2501 else if((instate != FTP_LIST) && (data->state.prefer_ascii)) in ftp_state_get_resp()
2507 if(instate != FTP_LIST) in ftp_state_get_resp()
2533 if((instate == FTP_LIST) && (ftpcode == 450)) { in ftp_state_get_resp()
3084 case FTP_LIST: in ftp_statemachine()
/dports/devel/cmake-doc/cmake-3.22.1/Utilities/cmcurl/lib/
H A Dftp.h74 FTP_LIST, /* generic state for LIST, NLST or a custom list command */ enumerator
/dports/devel/cmake-gui/cmake-3.22.1/Utilities/cmcurl/lib/
H A Dftp.h74 FTP_LIST, /* generic state for LIST, NLST or a custom list command */ enumerator
H A Dftp.c1502 state(data, FTP_LIST); in ftp_state_list()
2465 if((instate != FTP_LIST) && in ftp_state_get_resp()
2506 else if((instate != FTP_LIST) && (data->state.prefer_ascii)) in ftp_state_get_resp()
2512 if(instate != FTP_LIST) in ftp_state_get_resp()
2538 if((instate == FTP_LIST) && (ftpcode == 450)) { in ftp_state_get_resp()
3083 case FTP_LIST: in ftp_statemachine()
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/curl-sys-0.4.41+curl-7.75.0/curl/lib/
H A Dftp.h74 FTP_LIST, /* generic state for LIST, NLST or a custom list command */ enumerator
/dports/devel/cmake/cmake-3.22.1/Utilities/cmcurl/lib/
H A Dftp.h74 FTP_LIST, /* generic state for LIST, NLST or a custom list command */ enumerator
/dports/lang/rust/rustc-1.58.1-src/vendor/curl-sys/curl/lib/
H A Dftp.h74 FTP_LIST, /* generic state for LIST, NLST or a custom list command */ enumerator
/dports/www/newsboat/newsboat-2.22.1/cargo-crates/curl-sys-0.4.39+curl-7.74.0/curl/lib/
H A Dftp.h74 FTP_LIST, /* generic state for LIST, NLST or a custom list command */ enumerator
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/curl-sys-0.4.48+curl-7.79.1/curl/lib/
H A Dftp.h74 FTP_LIST, /* generic state for LIST, NLST or a custom list command */ enumerator
H A Dftp.c1502 state(data, FTP_LIST); in ftp_state_list()
2465 if((instate != FTP_LIST) && in ftp_state_get_resp()
2506 else if((instate != FTP_LIST) && (data->state.prefer_ascii)) in ftp_state_get_resp()
2512 if(instate != FTP_LIST) in ftp_state_get_resp()
2538 if((instate == FTP_LIST) && (ftpcode == 450)) { in ftp_state_get_resp()
3083 case FTP_LIST: in ftp_statemachine()
/dports/net/3proxy/3proxy-0.9.4/src/
H A Dftppr.c181 !(strncasecmp((char *)buf, "LIST", 4) && (param->operation = FTP_LIST))|| in ftpprchild()
182 !(strncasecmp((char *)buf, "NLST ", 5) && (param->operation = FTP_LIST)) || in ftpprchild()
183 !(strncasecmp((char *)buf, "MLSD", 4) && (param->operation = FTP_LIST)) || in ftpprchild()
H A Ddatatypes.c183 ((operation & FTP_GET) && (operation & (FTP_PUT|FTP_LIST)))? ",":"", in pr_operations()
185 ((operation & FTP_PUT) && (operation & FTP_LIST))? ",":"", in pr_operations()
186 (operation & FTP_LIST)? "FTP_LIST" : "")); in pr_operations()
/dports/graphics/aseprite/aseprite-1.2.9/third_party/curl/lib/
H A Dftp.h75 FTP_LIST, /* generic state for LIST, NLST or a custom list command */ enumerator
H A Dftp.c1241 state(conn, FTP_LIST); in ftp_state_post_listtype()
2191 if((instate != FTP_LIST) && in ftp_state_get_resp()
2246 else if((instate != FTP_LIST) && (data->set.prefer_ascii)) in ftp_state_get_resp()
2251 if(instate != FTP_LIST) in ftp_state_get_resp()
2262 if((instate == FTP_LIST) && (ftpcode == 450)) { in ftp_state_get_resp()
2788 case FTP_LIST: in ftp_statemach_act()
/dports/audio/lewton/lewton-0.10.2/cargo-crates/curl-sys-0.4.25/curl/lib/
H A Dftp.h75 FTP_LIST, /* generic state for LIST, NLST or a custom list command */ enumerator
H A Dftp.c1492 state(conn, FTP_LIST); in ftp_state_list()
2407 if((instate != FTP_LIST) && in ftp_state_get_resp()
2447 else if((instate != FTP_LIST) && (data->set.prefer_ascii)) in ftp_state_get_resp()
2453 if(instate != FTP_LIST) in ftp_state_get_resp()
2479 if((instate == FTP_LIST) && (ftpcode == 450)) { in ftp_state_get_resp()
3024 case FTP_LIST: in ftp_statemach_act()
/dports/emulators/dolphin-emu/dolphin-3152428/Externals/curl/lib/
H A Dftp.h75 FTP_LIST, /* generic state for LIST, NLST or a custom list command */ enumerator
/dports/net/proby/proby-1.0.2/cargo-crates/curl-sys-0.4.34+curl-7.71.1/curl/lib/
H A Dftp.h75 FTP_LIST, /* generic state for LIST, NLST or a custom list command */ enumerator
/dports/graphics/mupdf/mupdf-1.18.0-source/thirdparty/curl/lib/
H A Dftp.h75 FTP_LIST, /* generic state for LIST, NLST or a custom list command */ enumerator
/dports/devel/premake5/premake-5.0.0-alpha16-src/contrib/curl/lib/
H A Dftp.h75 FTP_LIST, /* generic state for LIST, NLST or a custom list command */ enumerator
/dports/games/0ad/0ad-0.0.23b-alpha/build/premake/premake5/contrib/curl/lib/
H A Dftp.h75 FTP_LIST, /* generic state for LIST, NLST or a custom list command */ enumerator
/dports/chinese/bitchx/bitchx-1.2.1/include/
H A Dhook.h63 FTP_LIST, enumerator
/dports/irc/bitchx/bitchx-1.2.1/include/
H A Dhook.h63 FTP_LIST, enumerator

12