Lines Matching refs:fs
199 if (!$fs = stream_socket_client("tcp://$host:$port")) {
204 $data = stream_get_contents($fs);
219 fclose($fs);
238 if (!$fs = stream_socket_client("tcp://$host:$port")) {
243 $data = stream_get_contents($fs);
246 fclose($fs);
248 $data = stream_get_contents($fs);
251 fclose($fs);
278 if (!$fs = stream_socket_client("tcp://$host:$port")) {
284 $fs=$pasvs;
293 fputs($fs, "file1\r\nfile1\r\nfile\nb0rk\r\n");
297 fclose($fs);
334 else if (!$fs = stream_socket_client("tcp://$host:$port")) {
349 fputs($fs, "For sale: baby shoes, never worn.\r\n");
355 fputs($fs, $transfer_type."Foo\0Bar\r\n");
361 fputs($fs, $transfer_type."FooBar\r\n");
367 fputs($fs, "Bar\r\n");
374 fputs($fs, "X");
376 fputs($fs, "Y");
383 fputs($fs, "This is line $i of the test data.\n");
399 if(isset($fs))
400 fclose($fs);
487 if(!$fs = stream_socket_client("tcp://$host:$port")) {
493 $fs = $pasvs;
501 …fputs($fs, "modify=20170127230002;perm=flcdmpe;type=cdir;unique=811U4340002;UNIX.group=33;UNIX.mod…
502 …fputs($fs, "modify=20170127230002;perm=flcdmpe;type=pdir;unique=811U4340002;UNIX.group=33;UNIX.mod…
503 …fputs($fs, "modify=20170126121225;perm=adfrw;size=4729;type=file;unique=811U4340CB9;UNIX.group=33;…
504 fputs($fs, "fact=val=ue;empty=; path;name\r\n");
505 fputs($fs, "no_space\r\n");
506 fputs($fs, "no_semi pathname\r\n");
507 fputs($fs, "no_eq; pathname\r\n");
511 fclose($fs);