Author |
Message |
anka_chung
Joined: 04 Nov 2005 Posts: 2
|
Posted: Fri Nov 04, 2005 9:11 am Post subject: File permission problem |
|
|
Dear all,
I use ipf_3.0 in Linux.
I modify the configuration script to package the samples in /ipf_3.0
=================
compression-type gzip
use-server-permissions 0
default-file-mode 400
chmod-package 600 example1.php
=================
after execute "ipf --config example-config-1.pfs", I got the install file
"example1_setup.exe".
I execute the install file "example1_setup.exe" in windows and try to
install to remote solaris server via FTP.
But the file permission isn't changed.
Counld anyone help me?
Thanks a lot. |
|
Back to top |
|
 |
liaison ionCube Support
Joined: 16 Dec 2004 Posts: 2788
|
Posted: Fri Nov 04, 2005 10:39 am Post subject: |
|
|
It could be that the FTP server doesn't support (isn't configured for) changing of file permissions. You can test this yourself by using a remote ftp client (not shell access) and trying the chmod command. If it works then file permissions are supported, but if not then they aren't.
If your server does support changing of file permissions then please post a support ticket so that we can look into your case in more detail. _________________ Community Admin |
|
Back to top |
|
 |
anka_chung
Joined: 04 Nov 2005 Posts: 2
|
Posted: Mon Nov 07, 2005 9:01 am Post subject: |
|
|
Quote: | It could be that the FTP server doesn't support (isn't configured for) changing of file permissions. You can test this yourself by using a remote ftp client (not shell access) and trying the chmod command. If it works then file permissions are supported, but if not then they aren't.
If your server does support changing of file permissions then please post a support ticket so that we can look into your case in more detail. |
Dear nick,
It works fine now.
Thanks a lot.
Anka |
|
Back to top |
|
 |
|