Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

HELP using vb6 get file form sever

Status
Not open for further replies.

J_expoler2

Member level 4
Member level 4
Joined
May 10, 2003
Messages
77
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Activity points
619
vb6 get file

hi
i want to programming vb6 for get file form sever using ftp
now but i dont understand how to get file form sever

STATUS:> Connecting to xxx.xxx.xxx.xxx
STATUS:> Connecting to xxx.xxx.xxx.xxx(ip = xxx.xxx.xxx.xxx)
STATUS:> Socket connected. Waiting for welcome message...
220 FTP Server ready.
STATUS:> Connected. Authenticating...
COMMAND:> USER anonymous
331 Anonymous login ok, send your complete email address as your password.
COMMAND:> PASS ********
230 Anonymous login ok, restrictions apply.
STATUS:> Login successful
COMMAND:> TYPE I
200 Type set to I
COMMAND:> pwd
257 "/uploads" is current directory.
COMMAND:> TYPE A
200 Type set to A
STATUS:> Retrieving directory listing...
COMMAND:> PORT xxx.xxx.xxx.xxx.xx.x
200 PORT command successful
COMMAND:> LIST
150 Opening ASCII mode data connection for file list
STATUS:> Received 968 bytes Ok.
STATUS:> Time: 0:00:01, Efficiency: 0.95 KBytes/s (968 bytes/s)
226 Transfer complete.
STATUS:> Done.
COMMAND:> CWD aka


now i can't get data form sever anyone can help me pls
thank
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top