If FTP don't allow listing directories

2005-05-26 Thread Maxim Chervyak
Hi there. Sorry for my bad eanglish. I tried download some file from some FTP server with WGET. But I could not. That FTP don't allow listing directories. FTP command CWD don't work on this server. And this cause error. How can I turn off this command ? What option should I write after WGET ? I did

Retrieving large file (>2GB)

2005-05-26 Thread oliver
After receiving a large file of about 3GB I received this abort message. Oliver Gros --21:02:39-- ftp://ftp.oregonstate.edu/pub/suse/suse/i386/9.2/iso/SUSE-Linux-9.2-FTP-DVD.iso => `9.2/iso/SUSE-Linux-9.2-FTP-DVD.iso' ==> CWD not required. ==> PASV ... done.==> RETR SUSE-Linux-

RE: bug with password containing @

2005-05-26 Thread Andrew Gargan
Hi wget ftp://someuser:[EMAIL PROTECTED]@www.somedomain.com/some_file.tgz is splitting using on the first @ not the second. Is this a problem with the URL standard or a wget issue? Regards Andrew Gargan

Re: If FTP don't allow listing directories

2005-05-26 Thread Hrvoje Niksic
Maxim Chervyak <[EMAIL PROTECTED]> writes: > I tried download some file from some FTP server with WGET. But I > could not. That FTP don't allow listing directories. FTP command > CWD don't work on this server. And this cause error. How can I turn > off this command ? I'm not sure how Wget is s

Re: Retrieving large file (>2GB)

2005-05-26 Thread Hrvoje Niksic
[EMAIL PROTECTED] writes: > After receiving a large file of about 3GB I received this abort > message. Wget 1.9.x doesn't support 2+GB files. You can try Wget 1.10-beta from ftp://ftp.deepspace6.net/pub/ds6/sources/wget/wget-1.10-beta1.tar.bz2 .

Re: bug with password containing @

2005-05-26 Thread Hrvoje Niksic
Andrew Gargan <[EMAIL PROTECTED]> writes: > wget ftp://someuser:[EMAIL PROTECTED]@www.somedomain.com/some_file.tgz > > is splitting using on the first @ not the second. Encode the '@' as %40 and this will work. For example: wget ftp://someuser:[EMAIL PROTECTED]/some_file.tgz > Is this a proble

regex in wget, it is dificult to implement?

2005-05-26 Thread Oliver Schulze L.
Hi, I'm writing because I have some needs for a mirror program. I need to skip the downloading of certain directories in a ftp server. The is a tree structure and every file is in the 3 languages, I only need 1 languages. So, my idea is to implement regular expresions so I can put some "do not do