Forum: PHP Dec 10th, 2008 |
| Replies: 0 Views: 327 ftp_ssl_connect() is only available if both the ftp module and the OpenSSL support is built staticlly into php, this means that on Windows this function will be undefined in the official PHP builds.... |
Forum: PHP Dec 4th, 2008 |
| Replies: 8 Views: 1,798 You are good person, but a bit angry, i realy dont know why?
anyway dont mind.
be happy.
i just wanted to understand how to establish a connection between two servers. i did it by ftp. now i was... |
Forum: PHP Dec 3rd, 2008 |
| Replies: 8 Views: 1,798 This code and problom is here ,Anyone Who wish to contribute his knowlege then he can reply to this problom, otherwise for all those people who are roud then i am in advance asking them, please dont... |
Forum: PHP Dec 3rd, 2008 |
| Replies: 8 Views: 1,798 Thanks my friend
it is not about for something i ask you to give me any code.
i just want to understand,
how i can work on ssh.
it new for me.
i already work on it from last week, i gather alot... |
Forum: PHP Dec 1st, 2008 |
| Replies: 2 Views: 445 |
Forum: PHP Dec 1st, 2008 |
| Replies: 8 Views: 1,798 i am sending my file by using ftp_connect sucessfully. but now the server details are changed .i need to send my data bu ssh.
it is new and difficult for .
if can u explain to me the main... |
Forum: PHP Dec 1st, 2008 |
| Replies: 8 Views: 1,798 how to conecct remote server by using ssh in php |
Forum: PHP Dec 1st, 2008 |
| Replies: 1 Views: 466 ftp_ssl_connect problom
i run my php program for uploading file from my server to another server.
it works with normal ftp connection but it has problom with ftp_ssl_connect function.
it gives... |
Forum: PHP Nov 27th, 2008 |
| Replies: 2 Views: 445 if i have file name "file" on my ftp server in some folder and i want to upload a new file with same name "file" at the same folder. so it will create problom or it will modifiy the existing file.... |
Forum: PHP Nov 25th, 2008 |
| Replies: 8 Views: 1,665 i have noe error,
but the programe not understand my local directory
c:/ exampledirectory
it gives me the following errors
Warning: opendir(C:\1) [function.opendir]: failed to open dir: No such... |
Forum: PHP Nov 25th, 2008 |
| Replies: 8 Views: 1,665 now i havw following errors
successfully created wilbourn/ftptest/
Warning: ftp_fput() expects parameter 3 to be resource, boolean given in G:\WEBROOT\wilbourn\ftptest\uploadfunctionpage.php on... |
Forum: PHP Nov 25th, 2008 |
| Replies: 8 Views: 1,665 ok i wil try on your idea then see what happened, i wil let you now later.
thanks |
Forum: PHP Nov 24th, 2008 |
| Replies: 8 Views: 1,665 yes bro you are right ,that was the problom it is ok now.
i am now going to upolad my folder to ftp, but it give the follwoing errors
successfully created /wilbourn/ftptest
Warning: readdir():... |
Forum: PHP Nov 24th, 2008 |
| Replies: 8 Views: 1,665 i have complete permission on all ftp server and all folder over there.
still telling me permission demied
i change the delete code
// try to delete $file
if (ftp_delete($conn_id, $file)) {
... |
Forum: PHP Nov 24th, 2008 |
| Replies: 8 Views: 1,665 n the following program i have the error
Warning: ftp_delete() [function.ftp-delete]: Access is denied. in G:\WEBROOT\wilbourn\ftptest\uploadfunctionpage.php on line 89
could not delete... |
Forum: PHP Nov 21st, 2008 |
| Replies: 0 Views: 310 In the follwing code i want want to know how i can put my information in the
file
filename
distinamtion_file
i want to use this code to upload a file from my computer to ftp server
file... |
Forum: PHP Nov 21st, 2008 |
| Replies: 0 Views: 765 this is for code
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>... |