|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
which free FTP client allows perm settings
WS_FTE LE does not (from dowload.com)
just want to do a ch mod on a new dir.. to write out a file.... thx, Dave |
|
#2
|
||||
|
||||
|
search leechftp on google... and download it
__________________
Quasar Web Design HTML 2 PHP Costarica-Travelinfo.com free online booking services |
|
#3
|
|||
|
|||
|
fixed perms now - file handle error..?
Warning: fwrite(): supplied argument is not a valid File-Handle resource.
what is wrong with the code..? ![]() |
|
#4
|
|||
|
|||
|
forgot code - on other thread
<?PHP
$fp = fopen("/ide1/main/polyenterprises.com/dynamic/bin/shop_image/product/descr/proddesc.txt", "wb")||die("fopen failed"); $test = fwrite($fp,"test stuff")||die("fwrite failed"); $testclose = fclose ($fp)||die("fclose failed"); echo $test; echo $testclose; ?> |
|
#5
|
||||
|
||||
|
irvinedave - why did you start another thread pertaining to your file system dillema's? Please, do not double post in this community...
__________________
~ Joe Penn |
![]() |
| Viewing: Dev Shed Forums > System Administration > FTP Help > which free FTP client allows perm settings |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|