vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Using AIX ftp client to ftp to AIX ftp server. Fails. ftp> put /usr/WebSphere/scripts/WAS51jar 200 PORT command successful. 553 /usr/WebSphere/scripts/WAS51jar: No such file or directory Works. ftp> put WAS51jar 200 PORT command successful. 150 Opening data connection for WAS51jar. 226 Transfer complete. 1158799 bytes sent in 0.03647 seconds (3.103e+04 Kbytes/s) local: WAS51jar remote: WAS51jar ftp> I have to cd to the local directory before starting ftp client. File paths can be used on Windows and Linux ftp clients. Are there any restrictions on AIX? |
| ||||
| On Jun 13, 5:06 am, Patrick Finnegan <finnegan.patr...@gmail.com> wrote: > Using AIX ftp client to ftp to AIX ftp server. > > Fails. > > ftp> put /usr/WebSphere/scripts/WAS51jar > 200 PORT command successful. > 553 /usr/WebSphere/scripts/WAS51jar: No such file or directory > > Works. > > ftp> put WAS51jar > 200 PORT command successful. > 150 Opening data connection for WAS51jar. > 226 Transfer complete. > 1158799 bytes sent in 0.03647 seconds (3.103e+04 Kbytes/s) > local: WAS51jar remote: WAS51jar > ftp> > > I have to cd to the local directory before starting ftp client. > > File paths can be used on Windows and Linux ftp clients. Are there > any restrictions on AIX? man ftp: If you do not specify the RemoteFile parameter, the ftp command uses the local file name to name the remote file sounds like /usr/WebSphere/scripts/ does not exist on remote server |