Are you sure you have the hostname right?  There is no need to include
your account name.

I used to have an automatic ftp script to upload stuff.  I remember some
weird non-obvious issue with the hostname.  Anyway here it is:

open homepages.paradise.net.nz
user username password
cd somedirectory
put file.foo
quit

You should be able to try this in command-line ftp.  Change username and
password for your own.

Instead of 'cd somedirectory' just type 'ls' for a quick test.

Good luck,

Andrew


_______________________________________________
Linux-users mailing list
[email protected]
http://lists.canterbury.ac.nz/mailman/listinfo/linux-users

Reply via email to