Home
My Faqts
Contributors
About
Help
News: Faqts.com
search
is now functional again. Thank you for your patience.
faqts
:
Computers
:
Programming
:
Languages
:
PHP
:
Common Problems
: FTP
+ Search
Enter your search terms
Submit search form
Web
faqts.com
Folders
There are no folders in this category
Share Your Knowledge
Ask a Question
Questions
Recently Asked Questions
what is the best ftp program?
Are there any issues with using php's ftp functions from within a firewall? It seems that the connection consistently times out in this environemnt.
How can I use PHP as a FTP client?
Random Questions
what is the best ftp program?
what is the best ftp program?
what is the best ftp program?
How can I use PHP as a FTP client?
Are there any issues with using php's ftp functions from within a firewall? It seems that the connection consistently times out in this environemnt.
what is the best ftp program?
Unanswered Questions
How can I upload a local text file via FTP to another server using PHP (without using third party programs or the PHP4 ftp_ functions)?
How do I use ftp_nlist() to retrieve an array of files from the FTP server?
When I use ftp_put() command, I get an ILLEGAL PORT COMMAND, but rest of the ftp_*() commands works?
why do i get a message that the ftp_connect() function not is avaleble is it becource i installed my ftp server after i installed apache and php ??
I need to download a number of files, following an list (array) containing filenames, without stop between the files. HOW???
How do I get the size and date of a file on an FTP server if I don't have access to the ftp functions of PHP4?
How do I read the text a ftp-server returns, after using i.e. ftp_site()
I am getting an error 'Warning: error opening test.asp in /var/www/html/admin/update_all.php on line 33, everytime I use ftp_get. Please help'
I need to get PHP4 source via FTP. Why isn't it possible??? My dev machine doesn't have a web client...
no directory content is shown when calling ftp_nlist() or ftp_rawlist()
Can somebody please tell me when to use fsockopen() etc...and when to use socket_create() etc...
I am creating a bulletin board in php (all code by me) and i am lost-i need help! using ftp.wpi.edu
I am creating a bulletin board in php (all code by me) and i am lost-i need help! using ftp.wpi.edu
if the file size is to large, using ftp_put() i get timeout from my server...
if the file size is to large, using ftp_put() i get timeout from my server...
How can I unzip ".Z" (UNIX Compress) files using php?
How can I unzip ".Z" (UNIX Compress) files using php?
Trying to publish my website - everything is FTP'd but still having troubles!
When I use command 'ftp_connect($server_name)', nothing happens. What's wrong?
Is it possible to FTP to a FTP server from a computer not running the php or the FTP server?
How to create a subdomain dynamically using php on ftp?
When is do FTP_GET() the result always ends up on the server not on my workstation. Why?
Why do my FTP_GET files always end up on the server and not on my client PC?
How to upload a directory[folder] on FTP
Can i upload a file using FTP in PHP with out using the php.ini configuration?
how to read a file from ftp remote server on linux server (it is working on local server)