when retrieving multiple files will MS do a "mget *" or "get filename1", get filename2" etc?
This is what happends when I ftp via XP cmd window.
Code: Select all
ftp> ls
200 Command okay.
150 Opening data connection.
.
..
bin
dev
etc
lib
mnt
tmp
sys
var
usr
proc
sbin
root
.var.tar
linuxrc
.dev.tar
226 Transfer complete.
ftp: 99 bytes received in 0,05Seconds 2,11Kbytes/sec.
ftp> mget *
No such file or directory.
200 Command okay.
ftp> get linuxrc
200 Command okay.
150 Opening data connection.
226 Transfer complete.
ftp: 1834 bytes received in 0,00Seconds 1834000,00Kbytes/sec.
When i do
FTPGetDirList>%IP%,%User%,%Password%,21,result.txt,/,L
This gives result.txt as the same as "ls" above
But then:
FTPGetFile>%IP%,%user%,%passwd%,21,c:\linuxrc,/linuxrc,I
gives
FTP_RESULT=550 Not a directory.
I have tried a lot of variations but cant get this to work with MS.