I have a problem...
calling lftp -f script_file
where script file contains....
debug 4
open -u <my_username>,<my_password> ftp://website.lineone.net/
put -c /home/neil/.netscape/bookmarks.html
close
exit
produces the following output--
---- Connecting to website.lineone.net (194.75.152.194) port 21
<--- 220-
<--- 220-#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
<--- 220-#################################################
<--- 220-# Welcome to LineOne User Home Pages ftp server #
<--- 220-#################################################
<--- 220-# We hope you enjoy constructing your personal #
<--- 220-# WebSite. Please note that LineOne's terms and #
<--- 220-# conditions specify a limit of 10MB per account#
<--- 220-# If your site exceeds that limit it will be #
<--- 220-# removed without further notification. #
<--- 220-#################################################
<--- 220-#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
<--- 220-
<--- 220-
<--- 220-
<--- 220 lnblesol10.lineone.net FTP server (LineOne FTP Server (Version
1.0, build 294) Wed Dec 22 12:00:23 GMT 1999) ready.
<--- 331 Password required for <my_username>.
<--- 230 User <my_username> logged in.
<--- 257 "/" is current directory.
<--- 200 Type set to I.
<--- 213 0
<--- 227 Entering Passive Mode (194,75,152,194,205,68)
`/home/neil/wine.conf' at 0 (0%) [Making data connection...]
It sits at `/home/neil/wine.conf' at 0 (0%) [Making data connection...]
forever...
Any ideas ?
HELP !!