Re: End user files uploaded to sftp getting stored in tomcat root directory

2022-08-09 Thread Farash Ahamad
Much appreciated your detailed response Chris, I’ll investigate upon these points and try to discuss with the developer. Thanks once again.!! On Tue, 9 Aug 2022 at 5:20 PM Christopher Schultz < ch...@christopherschultz.net> wrote: > Farash, > > On 8/9/22 09:23, Farash Ahamad wrote: > > Hi Chris,

Re: End user files uploaded to sftp getting stored in tomcat root directory

2022-08-09 Thread Christopher Schultz
Farash, On 8/9/22 09:23, Farash Ahamad wrote: Hi Chris, There is an application portal running on tomcat used by many users, where they create profiles, upload documents, etc. When they upload the document via portal, the application pushes it to sftp on another server, but sometimes a copy is

Re: End user files uploaded to sftp getting stored in tomcat root directory

2022-08-09 Thread Farash Ahamad
Hi Chris, There is an application portal running on tomcat used by many users, where they create profiles, upload documents, etc. When they upload the document via portal, the application pushes it to sftp on another server, but sometimes a copy is stored in the root directory tomcat server with e

Re: End user files uploaded to sftp getting stored in tomcat root directory

2022-08-09 Thread Christopher Schultz
Farash, On 8/9/22 04:55, Farash Ahamad wrote: Just to add, the file is getting uploaded to SFTP server, but there is an exact copy in tomcat server as well. Can you give more details? Is a human user pushing via sftp to your Tomcat server? Or is your Tomcat-deployed application pushing via sf

Re: End user files uploaded to sftp getting stored in tomcat root directory

2022-08-09 Thread Farash Ahamad
Thanks Mark! Just to add, the file is getting uploaded to SFTP server, but there is an exact copy in tomcat server as well. On Tue, Aug 9, 2022 at 11:46 AM Mark Thomas wrote: > This will always be an application issue. > > Mark > > > On 09/08/2022 09:41, Farash Ahamad wrote: > > Dear All, > > >

Re: End user files uploaded to sftp getting stored in tomcat root directory

2022-08-09 Thread Mark Thomas
This will always be an application issue. Mark On 09/08/2022 09:41, Farash Ahamad wrote: Dear All, I am observing there and several documents (pdf, png, jpeg, etc) which the end user uploads in the application getting stored in tomcat / directory. I would like to understand whether this is a

End user files uploaded to sftp getting stored in tomcat root directory

2022-08-09 Thread Farash Ahamad
Dear All, I am observing there and several documents (pdf, png, jpeg, etc) which the end user uploads in the application getting stored in tomcat / directory. I would like to understand whether this is a bug in the application code or in tomcat. Application based on: Java Spring Boot 2.1.3 Tomca