diff --git a/reference/ftp/functions/ftp-fget.xml b/reference/ftp/functions/ftp-fget.xml index d4addc66b3..1b254835f9 100644 --- a/reference/ftp/functions/ftp-fget.xml +++ b/reference/ftp/functions/ftp-fget.xml @@ -1,5 +1,5 @@ - + @@ -11,7 +11,7 @@ boolftp_fget resourceftp_stream - resourcefp + resourcehandle stringremote_file intmode intresumepos @@ -19,7 +19,7 @@ ftp_fget retrieves remote_file from the FTP server, and writes it to the given file pointer, - fp. The transfer mode + handle. The transfer mode specified must be either FTP_ASCII or FTP_BINARY. diff --git a/reference/ftp/functions/ftp-fput.xml b/reference/ftp/functions/ftp-fput.xml index 46a6ca6b51..4286afb7ea 100644 --- a/reference/ftp/functions/ftp-fput.xml +++ b/reference/ftp/functions/ftp-fput.xml @@ -1,5 +1,5 @@ - + @@ -12,13 +12,13 @@ boolftp_fput resourceftp_stream stringremote_file - resourcefp + resourcehandle intmode intstartpos ftp_fput uploads the data from the file pointer - fp until the end of the file is reached. The results are stored + handle until the end of the file is reached. The results are stored in remote_file on the FTP server. The transfer mode specified must be either FTP_ASCII or FTP_BINARY. diff --git a/reference/ftp/functions/ftp-nb-fget.xml b/reference/ftp/functions/ftp-nb-fget.xml index 6d807de733..5f853bf7bb 100644 --- a/reference/ftp/functions/ftp-nb-fget.xml +++ b/reference/ftp/functions/ftp-nb-fget.xml @@ -1,5 +1,5 @@ - + ftp_nb_fget @@ -10,7 +10,7 @@ boolftp_nb_fget resourceftp_stream - resourcefp + resourcehandle stringremote_file intmode intresumepos @@ -18,7 +18,7 @@ ftp_nb_fget retrieves remote_file from the FTP server, and writes it to the given file pointer, - fp. The transfer mode + handle. The transfer mode specified must be either FTP_ASCII or FTP_BINARY. The difference between this function and the ftp_fget is that this function retrieves the file diff --git a/reference/ftp/functions/ftp-nb-fput.xml b/reference/ftp/functions/ftp-nb-fput.xml index 1d469b415d..67ed6ebf1a 100644 --- a/reference/ftp/functions/ftp-nb-fput.xml +++ b/reference/ftp/functions/ftp-nb-fput.xml @@ -1,5 +1,5 @@ - + ftp_nb_fput @@ -11,13 +11,13 @@ boolftp_nb_fput resourceftp_stream stringremote_file - resourcefp + resourcehandle intmode intstartpos ftp_nb_fput uploads the data from the file pointer - fp until it reaches the end of the file. The results are stored + handle until it reaches the end of the file. The results are stored in remote_file on the FTP server. The transfer mode specified must be either FTP_ASCII or FTP_BINARY.