vincent Wed Aug 4 16:39:00 2004 EDT
Modified files:
/phpdoc/en/reference/ftp/functions ftp-exec.xml
Log:
making ls saving the output in a file is something this command can do
http://cvs.php.net/diff.php/phpdoc/en/reference/ftp/functions/ftp-exec.xml?r1=1.10&r2=1.11&ty=u
Index: phpdoc/en/reference/ftp/functions/ftp-exec.xml
diff -u phpdoc/en/reference/ftp/functions/ftp-exec.xml:1.10
phpdoc/en/reference/ftp/functions/ftp-exec.xml:1.11
--- phpdoc/en/reference/ftp/functions/ftp-exec.xml:1.10 Sat Jun 19 11:42:56 2004
+++ phpdoc/en/reference/ftp/functions/ftp-exec.xml Wed Aug 4 16:39:00 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.10 $ -->
+<!-- $Revision: 1.11 $ -->
<!-- splitted from ./en/functions/ftp.xml, last change in rev 1.32 -->
<refentry id='function.ftp-exec'>
<refnamediv>
@@ -25,7 +25,7 @@
<![CDATA[
<?php
-$command = 'ls -al';
+$command = 'ls -al >files.txt';
$conn_id = ftp_connect($ftp_server);