J_expoler2
Member level 4
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
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