Authenticating User using One Time Password

Moderator: Project members

Post Reply
Message
Author
afakhry
504 Command not implemented
Posts: 6
Joined: 2012-04-07 21:03
First name: Ahmed
Last name: Esawy

Authenticating User using One Time Password

#1 Post by afakhry » 2012-04-07 21:13

Hi
I have a customer who use FileZila FTP Server . We want to change the authentication method .
Instead of using the regular method of authentication user name and static password , we want to use One Time Password Device .
My Authentication system can run as a service or i can sent authentication request pragmatically to the system and get response.

First , i planed to download the filezila server and modify the authentication process .
So I downloaded the source code for filezila from wiki and tried to build according to the mentioned steps on wiki but i failed !
I tried to build it using visual studio 2008 but i failed .

so, do you have any suggestion go how to intercept the authentication process ?
or how can i build filezila server using visual studio so i can edit the code ?

Thanks

User avatar
botg
Site Admin
Posts: 35563
Joined: 2004-02-23 20:49
First name: Tim
Last name: Kosse

Re: Authenticating User using One Time Password

#2 Post by botg » 2012-04-07 21:29

What kind of build problems do you have?

afakhry
504 Command not implemented
Posts: 6
Joined: 2012-04-07 21:03
First name: Ahmed
Last name: Esawy

Re: Authenticating User using One Time Password

#3 Post by afakhry » 2012-04-07 21:43

Thanks for your reply

First i tried these deployment steps
http://london.csl.toronto.edu/blog/tag/filezilla/
but it didn't work

Actually , iam new to the development using wxWidgets platform .
I followed these wiki article
http://wiki.wxwidgets.org/Microsoft_Vis ... B%2B_Guide

Then i tried to compile the filezila
Cannot open include file: 'wx/setup.h': No such file or directory c:\wxwidgets-2.8.12\include\wx\platform.h 196 engine

User avatar
botg
Site Admin
Posts: 35563
Joined: 2004-02-23 20:49
First name: Tim
Last name: Kosse

Re: Authenticating User using One Time Password

#4 Post by botg » 2012-04-07 21:47

Both of these guides are for FileZilla, not for FileZilla Server.

FileZilla Server should build fine using just Visual Studio.

afakhry
504 Command not implemented
Posts: 6
Joined: 2012-04-07 21:03
First name: Ahmed
Last name: Esawy

Re: Authenticating User using One Time Password

#5 Post by afakhry » 2012-04-07 22:06

Oooops

Do you mean that i am trying to build the wrong software ?

I searched now for Filezila server and i downloaded the following
http://filezilla-project.org/download.php?type=server

and i setup it completly including the source code

is there any reference article for building filezila server using visual studio ?

Thanks for your help
:)

User avatar
botg
Site Admin
Posts: 35563
Joined: 2004-02-23 20:49
First name: Tim
Last name: Kosse

Re: Authenticating User using One Time Password

#6 Post by botg » 2012-04-08 10:08

No article, but should be as simple as opening the solution file and to start the compile over the menu.

Post Reply