Re: FTP error

2004-07-27 Thread Thomas Lotterer
On Tue, Jul 27, 2004, Sivasakthi wrote:

Re,

 I'm trying to download the files but the ftp error [...] I decided
 to use FTP Commanded to connect but what username and password [...]
 
login as anonymous, any password including empty is valid.

$ ftp ftp.openpkg.org
Connected to master.openpkg.org.
220 ftp.openpkg.org OpenPKG Anonymous FTP Server (ProFTPD) ready.
Name (ftp.openpkg.org:foo): anonymous
331 Anonymous login ok, send your complete email address as your password.
Password: [just hit RETURN]
230-   ___     _  __ 
230-  / _ \ _ __   ___ _ __ |  _ \| |/ / ___| The world of 
230- | | | | '_ \ / _ \ '_ \| |_) | ' / |  _  cross-platform 
230- | |_| | |_) |  __/ | | |  __/| . \ |_| | RPM-based Unix 
230-  \___/| .__/ \___|_| |_|_|   |_|\_\|.org software packaging
230- _ |_| _
230- [...]
230- Our local time is Tue Jul 27 09:03:27 2004.
230- Contact [EMAIL PROTECTED] in case of problems.
230-
230 Anonymous access granted, restrictions apply.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp 

Binary transport is important when grabbing the openpkg-*.sh bootstrap
files for OpenPKG 1.3 and later. They start with shell script text but
deeper in the file is binary data which will be destroyed when using
ASCII transfers.

--
[EMAIL PROTECTED], Cable  Wireless
__
The OpenPKG Projectwww.openpkg.org
User Communication List  [EMAIL PROTECTED]


Re: FTP error

2004-07-27 Thread Sivasakthi
thank you.
- Original Message - 
From: Thomas Lotterer [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, July 27, 2004 3:10 PM
Subject: Re: FTP error


 On Tue, Jul 27, 2004, Sivasakthi wrote:

 Re,

  I'm trying to download the files but the ftp error [...] I decided
  to use FTP Commanded to connect but what username and password [...]
 
 login as anonymous, any password including empty is valid.

 $ ftp ftp.openpkg.org
 Connected to master.openpkg.org.
 220 ftp.openpkg.org OpenPKG Anonymous FTP Server (ProFTPD) ready.
 Name (ftp.openpkg.org:foo): anonymous
 331 Anonymous login ok, send your complete email address as your password.
 Password: [just hit RETURN]
 230-   ___     _  __
 230-  / _ \ _ __   ___ _ __ |  _ \| |/ / ___| The world of
 230- | | | | '_ \ / _ \ '_ \| |_) | ' / |  _  cross-platform
 230- | |_| | |_) |  __/ | | |  __/| . \ |_| | RPM-based Unix
 230-  \___/| .__/ \___|_| |_|_|   |_|\_\|.org software packaging
 230- _ |_| _
 230- [...]
 230- Our local time is Tue Jul 27 09:03:27 2004.
 230- Contact [EMAIL PROTECTED] in case of problems.
 230-
 230 Anonymous access granted, restrictions apply.
 Remote system type is UNIX.
 Using binary mode to transfer files.
 ftp

 Binary transport is important when grabbing the openpkg-*.sh bootstrap
 files for OpenPKG 1.3 and later. They start with shell script text but
 deeper in the file is binary data which will be destroyed when using
 ASCII transfers.

 --
 [EMAIL PROTECTED], Cable  Wireless
 __
 The OpenPKG Projectwww.openpkg.org
 User Communication List  [EMAIL PROTECTED]

__
The OpenPKG Projectwww.openpkg.org
User Communication List  [EMAIL PROTECTED]