Skip to content
MSN Addons

ftp sock

A TG007 community discussion started by ScreeM.

Discussion 4 posts
Page 1 of 1
Open
Topic #5934 · 4 published posts · 1,167 views

 

 

I try conect a ftp server, but idonno the login's in the socket's

 

 

login

 

pass

 

 

sockread ....

 

var %r

sockread %r ..

 

etc etc

 

sockwrite sockname LOGIN :loginhere

 

sockwrite sockname PASSW :passw

 

 

 

i need the lines.. 4 konecting..

 

and need a help to upload a file

 

 

 

;P

 

 

Server: 220 Sample FTP server ready. Please give user-name

Client: USER anonymous

Server: 331 User name OK. Please give your email address as password

Client: PASS [email protected]

Server: 230 User logged in

 

I think port 21 is the port used for ftp

RFC 959 is the RFC for File Transfer Protocol. Read it.

The Ignition Project | http://www.ignition-project.com/

Registered Linux User Number 368435

 

Hardware: AMD Athlon 64 3500+, DFI nF4 SLI Infinity, 1GB Dual Channel DDR400, 250GB Western Digital 2500 SE16 SATA II @7200rpm, 200GB Seagate 3200A UATA-133 @7200rpm, NVIDIA GeForce 6800GS OC'ed, 20" Apple Cinema Display

 

Server: 220 Sample FTP server ready. Please give user-name

Client: USER anonymous

Server: 331 User name OK. Please give your email address as password

Client: PASS [email protected]

Server: 230 User logged in

 

I think port 21 is the port used for ftp

 

21 is default ftp server port :)