Q : How to use MOVEit freely (with SSL) to connect to RaidenFTPD via SSL?

A : First of all make sure your RaidenFTPD is newer than v2.2 build 1285+ , and your RaidenFTPD/SSL is activated (only if your license includes it) , and now please start the SSL enabled FTP client MOVEit freely (2.2.0.2+) by

www.stdnet.com , software download link

MOVEit freely is a console mode ftp client with ssl , it is a better replacement of the Windows built in ftp command line utility (which comes without SSL/TLS support)

WARNING : Your MOVEit freely must be newer than 2.2.0.2

WARNING : Your RaidenFTPD must be newer than v2.2 build 1285+

Supposing Your Server IP + PORT (explicit SSL enabled) is 192.168.0.1 PORT 991

Supposing Your Server IP + PORT (implicit SSL enabled) is 192.168.0.1 PORT 990

Step 1: Fire up your MOVEit freely (you may want to start a command prompt first , under windows 98/me , type command.exe , under windows 2000/xp , type cmd.exe)

To connect to the RaidenFTPD site using explicit SSL mode , type the following command line

C:\Program Files\MOVEit>ftps -a -e:tls-p 192.168.0.1 991
220-This server is for private use only
220-If you do not have access to this server
220-Please disconnect now
220 Please enter your login name now.
234 AUTH Command OK. Initializing SSL connection.
Connected to 192.168.0.1.
User: user
331 Password required for user .
Password: *******
230- custom site msg not found.
230 User user logged in , proceed.
ftp>

To connect to the RaidenFTPD site using implicit SSL mode , type the following command line

C:\Program Files\MOVEit>ftps -a -e:implicit 192.168.0.1 990
220-This server is for private use only
220-If you do not have access to this server
220-Please disconnect now
220 Please enter your login name now.
Connected to 192.168.0.1.
User: user
331 Password required for user .
Password: *******
230- custom site msg not found.
230 User user logged in , proceed.
ftp>

 

That's ALL

Copyright © RaidenFTPD TEAM , ALL RIGHTS RESERVED

REVISION 2.2 , 2002/06/05

The copyrighted works contained in this information service shall not be copied, reproduced, varied, altered, modified, adapted, distributed, performed and displayed in any form without the written permission of the copyright owner. All trademarks belong to their respective owners .