Forum: PHP Oct 2nd, 2008 |
| Replies: 2 Views: 823 sorry for late reply...went for holiday.i check the website above but there is nothing that can help me. my problem is, if i create a .doc file in red hat linux i can retrieve at windows using ftp... |
Forum: PHP Sep 25th, 2008 |
| Replies: 2 Views: 823 i develop a web based ftp system. i can retrieve .txt file only from the ftp server in red hat linux 9.0. Can any one tell me how to retrieve other type of files in ftp server for example .doc or... |
Forum: PHP Sep 23rd, 2008 |
| Replies: 4 Views: 1,707 i success in uploading file to FTP server. i use the cording below:-
$destination_dir = $_SERVER['DOCUMENT_ROOT'];
$destination_file = $uploaddir . basename($_FILES['file']['name']);
$upload =... |
Forum: PHP Sep 22nd, 2008 |
| Replies: 4 Views: 1,707 if i use the cording below replace the cording that i post previously:-
$destination_dir = 'home/admin';
$destination_file = $uploaddir . basename($_FILES['file']['name']);
if... |
Forum: *nix Software Sep 22nd, 2008 |
| Replies: 12 Views: 4,633 thank you for your help. i can do it ready |
Forum: PHP Sep 22nd, 2008 |
| Replies: 4 Views: 1,707 i did as you said but it still does not work. here is the cording that i add in upload.php file before close the ftp connection:-
// upload the file
//$upload =... |
Forum: *nix Software Sep 22nd, 2008 |
| Replies: 12 Views: 4,633 how to daemon ftp on the guest machine? Is it same as setting up ftp service in linux. |
Forum: PHP Sep 22nd, 2008 |
| Replies: 4 Views: 1,707 i currently working on web based ftp system where this system will upload and retrieve file from ftp server in red hat linux 9.0.
here is the php cording for the upload file:-
1.upload.html
... |
Forum: *nix Software Sep 22nd, 2008 |
| Replies: 12 Views: 4,633 yes i can ping the host from the guest and vice versa but through wireless media only.thanks for your information about php. i have one question..is it possible for Cerberus FTP server software to... |
Forum: *nix Software Sep 21st, 2008 |
| Replies: 12 Views: 4,633 im sorry. i said im using vmware server console version 1.0.6 software.in this vmware i install red hat linux 9.0 and set up ftp service in it.if i put or get file through command line in linux from... |
Forum: *nix Software Sep 20th, 2008 |
| Replies: 12 Views: 4,633 im using Vmware server console version 1.0.6. i actually x udrstd wat u mean by virtual networking. im really not good in networking talks...hope u udrstd. |
Forum: *nix Software Sep 18th, 2008 |
| Replies: 12 Views: 4,633 i manage to communicate from my host computer with my virtual machine through wireless media but i fail if use wired network. here is the virtual nic settings:
address: 10.1.45.21
subnet:... |
Forum: *nix Software Sep 14th, 2008 |
| Replies: 12 Views: 4,633 hi im new in linux and vmware server.i need to do project using red hat linux 9.0 as server that install as guest in vmware server. but now i got problem where i can not ping host computer from linux... |