| View previous topic :: View next topic |
| Author |
Message |
gerrit Newbie

Joined: 14 May 2004 Posts: 24
|
Posted: Sun Oct 03, 2004 7:06 pm Post subject: FTP DIRLIST,,updatedirlist |
|
|
Has one of you have the VDSTCP stuff and can try something for me?
I think it's a bug, but could also my mistake.
I'm tring to make just a .....
| Code: | FTP DIRLIST,,updatedirlist
:updatedirlist
%L = @ftp(parsedir,%%ftp_dir_line)
parse "%T;%S;%N",%L
if %N
option fieldsep,|
list add,FTPdir,%N
option fieldsep,@tab()
end
exit
|
.... but this is only working once.
Also I tried the FTPClient witsh is in the Exampels, but I have the same result, with an Error "425 Unable to build data connection: Cannot assign requested adress"
After this the result is the same like on my Prog. The Process hangs, and I need to kill the Task...
Does anybody else have this Problem??
(ps)
I knew there is another VDSInet.dll witsh does it too, but I have already bought the VDSTCP50.dll and want to use this....
_________________ ___________________
Gerrit Corsmeyer
Gerrit@corsmeyer.de
www.corsmeyer.de
___________________ |
|
| Back to top |
|
 |
jules Professional Member


Joined: 14 Sep 2001 Posts: 1043 Location: Cumbria, UK
|
Posted: Mon Oct 04, 2004 7:46 am Post subject: |
|
|
This sounds like a firewall related issue. Firewalls have a lot of trouble with FTP protocol. Have you used FTP OPTION,PASSIVE ?
_________________ The Tech Pro
www.tech-pro.net |
|
| Back to top |
|
 |
gerrit Newbie

Joined: 14 May 2004 Posts: 24
|
Posted: Wed Oct 06, 2004 8:35 am Post subject: |
|
|
Hi jules,
I tried this, but doesnt seem to work.
The strange thing is that I'm still able to upload or download things, but Listing an dir is'nt possible.
But, yes there is a router in between of this.. with a Firewall; but I switshed it off for testing..
Could be NAT a Problem??
_________________ ___________________
Gerrit Corsmeyer
Gerrit@corsmeyer.de
www.corsmeyer.de
___________________ |
|
| Back to top |
|
 |
jules Professional Member


Joined: 14 Sep 2001 Posts: 1043 Location: Cumbria, UK
|
Posted: Wed Oct 06, 2004 9:22 am Post subject: |
|
|
I don't know, to be honest. If you do a Google search on "425 Unable to build data connection" in both Web and News, you'll see that it's quite a common problem, but I don't know whether that will help you find an answer. It seems that the solution has to be made at the ISP end, if it's possible.
I had a similar problem with my FTP updater for F-Prot when I started using an SMC firewall, but in that case, using passive mode solved it. However, when I researched the problem at the time I seem to recall getting the impression that passive mode would reduce the incidence of the problem, but not necessarily solve it.
Does your version of the FTPClient.dsc example have the "Passive mode" checkbox? If not, try the attached version.
| Description: |
| FTP Client example script with passive mode option |
|
 Download |
| Filename: |
FTPClient.dsc |
| Filesize: |
8.42 KB |
| Downloaded: |
1344 Time(s) |
_________________ The Tech Pro
www.tech-pro.net |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You can attach files in this forum You can download files in this forum
|
|