Perhaps try: @10.1.1.1/./home/ibmsys3/image ? I can recall having to precede my directory statement with ./ with some ftp servers..
Scott Rohling On Fri, Jan 14, 2011 at 5:35 AM, Sergey Korzhevsky <[email protected]>wrote: > Mark, > > Connected to 10.1.1.1. > 220 "*** Welcome to server ***" > Name (10.1.1.1:ibmsys3): > 331 Please specify the password. > Password: > 230 Login successful. > Remote system type is UNIX. > Using binary mode to transfer files. > ftp> cd /image > 550 Failed to change directory. > ftp> cd /home/ibmsys3/image > 250 Directory successfully changed. > ftp> quit > > > So, I changed the path to absolute one, e.g. > @10.1.1.1/home/ibmsys3/image/ but it didn't help. > I also had a look at ftp server logs and didn't find any connections. > > I also checked that TCPIP is working fine on guest linux, so, the problem > looks strange. Anyway, i already done manual install. > > > WBR, Sergey > > > > > Mark Post <[email protected]> > Sent by: Linux on 390 Port <[email protected]> > 13.01.2011 19:06 > Please respond to Linux on 390 Port > > To: [email protected] > cc: > Subject: Re: sles11sp1 install using parmfile > > > >>> On 1/13/2011 at 07:55 AM, Sergey Korzhevsky <[email protected]> > wrote: > > just to make sure... > > > > ibmsys3@serv:~> ftp 10.1.1.1 > > Connected to 10.1.1.1. > > 220 "*** Welcome to server ***" > > Name (10.1.1.1:ibmsys3): > > 331 Please specify the password. > > Password: > > 230 Login successful. > > Remote system type is UNIX. > > Using binary mode to transfer files. > > ftp> cd image > > 250 Directory successfully changed. > > ftp> ls > > 229 Entering Extended Passive Mode (|||12179|) > > 150 Here comes the directory listing. > > -r--r--r-- 1 0 0 4773764 May 20 2010 ARCHIVES.gz > > -r--r--r-- 1 0 0 17992 May 20 2010 COPYING > > -r--r--r-- 1 0 0 25733 May 20 2010 COPYING.de > > -r--r--r-- 1 0 0 1455 May 20 2010 COPYRIGHT > > What happens if you do "cd /image" instead? > > > Mark Post > > ---------------------------------------------------------------------- > For LINUX-390 subscribe / signoff / archive access instructions, > send email to [email protected] with the message: INFO LINUX-390 or > visit > http://www.marist.edu/htbin/wlvindex?LINUX-390 > ---------------------------------------------------------------------- > For more information on Linux on System z, visit > http://wiki.linuxvm.org/ > > > ---------------------------------------------------------------------- > For LINUX-390 subscribe / signoff / archive access instructions, > send email to [email protected] with the message: INFO LINUX-390 or > visit > http://www.marist.edu/htbin/wlvindex?LINUX-390 > ---------------------------------------------------------------------- > For more information on Linux on System z, visit > http://wiki.linuxvm.org/ > ---------------------------------------------------------------------- For LINUX-390 subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO LINUX-390 or visit http://www.marist.edu/htbin/wlvindex?LINUX-390 ---------------------------------------------------------------------- For more information on Linux on System z, visit http://wiki.linuxvm.org/
