Accessing Files from other users home folder?

2011-12-14 Thread Nilesh Apte
Hi: Can a ftp user access a file from other ftp users' home directory (or sub directory)? For example, 1. UserA has his home directory as /home/UserA 2. UserB has his home directory as /home/UserB 3. UserA has a file at following folder location, */home/UserA/documents/test.txt* 4. When U

Re: Accessing Files from other users home folder?

2012-01-04 Thread Nilesh Apte
ot;VFS Utils Project", VFS FTPServer Bridge http://vfs-utils.sourceforge.net/ftpserver/index.html If I'm not wrong, in one of its operation modes, you are not restricted to the user's home directory. You can always develop your own 'Filesystem' implementation :-)

Re: Accessing Files from other users home folder?

2012-01-06 Thread Nilesh Apte
uld like to know how did u embed the VFS Ftpserver bridge with ApacheFtp? Cheers, Sam ____ From: Nilesh Apte To: ftpserver-users@mina.apache.org Sent: Thursday, 5 January 2012, 11:42 Subject: Re: Accessing Files from other users home folder? Hi David: Thanks for th

Re: Accessing Files from other users home folder?

2012-01-08 Thread Nilesh Apte
unsuccessfull. I later on configured my own FileSystemView which seemed to be much easier. Cheers, Sam From: Nilesh Apte To: ftpserver-users@mina.apache.org Sent: Friday, 6 January 2012, 16:55 Subject: Re: Accessing Files from other users home folder? Hi Sa

FTP Passive - LB/NAT question

2012-08-24 Thread Nilesh Apte
Hi: There are "address" and "external-address" fields for data connection configuration. In an enterprise setup, I will be mentioning my LB/NAT/Firewall address as "external-address". When an external (outside of enterprise network) client connects to the server and initiates a passive data tr