User.CurrentPath (wodFTPServer)
How do I find the current user path?
How do I find the current user path?
by wodDrazen
, (7128 days ago) @ Chris
Hi Chris,
I have to ask you, what Protocol are you using in wodFTPserver?
Regards,
Drazen
by Chris
, (7128 days ago) @ wodDrazen
Any protocol. I was coding a standard FTP server set-up and needed to monitor what folder the user was in and could not find a current path is in FTPserver user object. Then I thought, how will I know where is the user is? I could not see anything in the help.
by wodDrazen
, (7128 days ago) @ Chris
Hi Chris,
You can use ChangeDir Event and ResolvedPath and RelativePath variable.
ResolvedPath will show you full path to folder on your system and RelativePath will show you path that is seen by the user.
Here is example:
----------------------------------------------
Private Sub FtpD_ChangeDir(ByVal User As wodFTPDComLib.IFtpUser, ByVal RelativePath As String, ResolvedPath As String, Action As wodFTPDComLib.FtpActions)
Debug.Print User & User.Login & is in & ResolvedPath & folder. This is users folder & RelativePath
End Sub
----------------------------------------------
More help for ChangeDir Event you can find here:
http://www.weonlydo.com/FTPServer/Help/wodFTPDLib~wodFTPD~ChangeDir_EV.html
Hope this helps.
Regards,
Drazen

The SFTP ocx is one of the finest pieces of programming I have seen. It worked out of the box...

I've heard that you are amazing with your replies coming back so quickly - and now I've seen the speed in which you reply first hand.

The people at WeOnlyDo are amazing! ... I always get a super fast response from customer service, and the products are great too. Thanks WeOnlyDo

Just thought you'd like to know that my gateway app with your SMTP Server component held the line against a DDOS attack today...

I can only hope I will have the pleasure to work with other products by "We Only Do" in the future.

I've heard that you are amazing with your replies coming back so quickly - and now I've seen the speed in which you reply first hand.

This has been, by far, the best experience I have ever had dealing with a support entity in my long career in the technical arena

Fantastic product by the way, it has helped us tremendously on a daily basis. Keep up the good work.

It was no small factor, however, that your support in getting me up and running made me buy from you.

It is very refreshing to find such helpful, knowledgeable and quick responding technical support.

