vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| I am experiencing a problem with the FTP configuration on an AIX Server, AIX 4.3.3 The client is sending a large file. On the AIX Server, I have an application that needs to open the file as it is being written to. The problem is that once I start the application and the file is opened (The application opens with Read Only), the transfer is terminated with a permission error. Can this be corrected via configuration? Thank you. David |
| ||||
| Bring Down your app, copy "cp -p" the file to another name, start your app back up, and re-ftp your file. Also check /etc/security/limits to make sure that the user ID are ftping with has -1 set as its fsize or else if its a file larger then 2 gigs it will fail. dbf <dbf@nospam.com> wrote in message news:<20030725161041.7020664a.dbf@nospam.com>... > I am experiencing a problem with the FTP configuration on an AIX Server, AIX 4.3.3 > > The client is sending a large file. On the AIX Server, I have an application that needs to open the file as it is being written to. The problem is that once I start the application and the file is opened (The application opens with Read Only), the transfer is terminated with a permission error. > > Can this be corrected via configuration? > > > Thank you. > > David |