On Sat, 3 Jun 2006, ardo h wrote: > However when I try to download this image, I have no luck: > g4u> slurppart storageserver.com /raid/ghost/image11.tar.gz wd0e ... > 550 Failed to change directory ... > Any ideas of ways of overcoming this problem?
Sure: use something that can be used as part of a proper(!) FTP url. g4u builds ftp://$host/$path, which gives ftp://install:[EMAIL PROTECTED]//raid/ghost/image11.tar.gz. Note the double slash in front of the 'raid', which is not allowed. To fix, use a path that's relative to your 'install' user's home directory. If in doubt, prefix the whole thing by a log slew of ../.. statements, which will just jump to the root dir, and then use your old path, i.e. slurppart bla.com ../../../../../../raid/ghost/image11.tar.gz wd0e I guess using /raid/ghost as home directory for the 'install' user will be easier though. :-) Also: note that the image files are not in tar format, so a .tar.gz ending is misleading. - Hubert _______________________________________________ g4u-help mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/g4u-help
