Hi ,
I have been successfully using TFTPServer + TFTPClient combination with good
results. Now my need is to send data to a machine that has a NAS drive mapped
onto it. Here the speed falls drastically.
I have tried the following:
1) BulletProof FTP Server with mapped NAS as destination +
WS_FTP Client, Combination transfers 10 seconds
2) ICS Sample FTP_Server with local drive as destination +
FTP Tst as Client 7 seconds
3) ICS Sample FTP_Server with mapped NAS as destination +
FTP Tst as Client slows down Speed (53 seconds)
Below are the screens from the ICS sample programs
Please advice
Thanks
Allan
FTP Server Slow (NAS)
*********************
FtpServer (c) 1998-2005 F. Piette V1.06
Using:
TWSocket (c) 1996-2005 Francois Piette V5.18
TFtpServer (c) 1998-2005 F. Piette V1.42
Winsock:
Version 2.2
WinSock 2.0
Running
! Server started
! 10.10.10.191 connected
< 10.10.10.191 USER NAS_Test
> 10.10.10.191 331 Password required for NAS_Test.
< 10.10.10.191 PASS abcd
! 10.10.10.191 User 'NAS_Test' is authenticated
> 10.10.10.191 230 User NAS_Test logged in.
< 10.10.10.191 PORT 10,10,10,191,5,5
> 10.10.10.191 200 Port command successful.
< 10.10.10.191 STOR e:\a\a.zip
> 10.10.10.191 150 Opening data connection for e:\a\a.zip.
> 10.10.10.191 226 File received ok
FTP Server fast (Local)
***********************
FtpServer (c) 1998-2005 F. Piette V1.06
Using:
TWSocket (c) 1996-2005 Francois Piette V5.18
TFtpServer (c) 1998-2005 F. Piette V1.42
Winsock:
Version 2.2
WinSock 2.0
Running
! Server started
! 10.10.10.191 connected
< 10.10.10.191 USER NAS_Test
> 10.10.10.191 331 Password required for NAS_Test.
< 10.10.10.191 PASS abcd
! 10.10.10.191 User 'NAS_Test' is authenticated
> 10.10.10.191 230 User NAS_Test logged in.
< 10.10.10.191 PORT 10,10,10,191,5,7
> 10.10.10.191 200 Port command successful.
< 10.10.10.191 STOR d:\dsafe\a.zip
> 10.10.10.191 150 Opening data connection for d:\dsafe\a.zip.
> 10.10.10.191 226 File received ok
FTPTst Slow (NAS)
******************
Winsock version 2.2
WinSock 2.0
Running
Executing Requested Command
< 220-Welcome to my Server
< 220-
< 220 ICS FTP Server ready.
Session Connected, error = 0
Request 1 Done.
StatusCode = 220
LastResponse was : '220 ICS FTP Server ready.'
No error
Executing Requested Command
> USER NAS_Test
< 331 Password required for NAS_Test.
Request 2 Done.
StatusCode = 331
LastResponse was : '331 Password required for NAS_Test.'
No error
Executing Requested Command
> PASS abcd
< 230 User NAS_Test logged in.
Request 3 Done.
StatusCode = 230
LastResponse was : '230 User NAS_Test logged in.'
No error
Executing Requested Command
> PORT 10,10,10,191,5,5
< 200 Port command successful.
> STOR e:\a\a.zip
< 150 Opening data connection for e:\a\a.zip.
< 226 File received ok
! 56896928 bytes received/sent in 53 seconds (1066000 Bytes/sec)
Request 18 Done.
StatusCode = 226
LastResponse was : '226 File received ok'
No error
FTP Tst Fast (Local)
********************
Winsock version 2.2
WinSock 2.0
Running
Executing Requested Command
< 220-Welcome to my Server
< 220-
< 220 ICS FTP Server ready.
Session Connected, error = 0
Request 1 Done.
StatusCode = 220
LastResponse was : '220 ICS FTP Server ready.'
No error
Executing Requested Command
> USER NAS_Test
< 331 Password required for NAS_Test.
Request 2 Done.
StatusCode = 331
LastResponse was : '331 Password required for NAS_Test.'
No error
Executing Requested Command
> PASS abcd
< 230 User NAS_Test logged in.
Request 3 Done.
StatusCode = 230
LastResponse was : '230 User NAS_Test logged in.'
No error
Executing Requested Command
> PORT 10,10,10,191,5,7
< 200 Port command successful.
> STOR d:\dsafe\a.zip
< 150 Opening data connection for d:\dsafe\a.zip.
< 226 File received ok
! 56896928 bytes received/sent in 7 seconds (7915000 Bytes/sec)
Request 18 Done.
StatusCode = 226
LastResponse was : '226 File received ok'
No error
************************************************************
__________________________________________________________
Not happy with your email address?.
Get the one you really want - millions of new email addresses available now at
Yahoo! http://uk.docs.yahoo.com/ymail/new.html
--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be