1836253 Members
1917 Online
110096 Solutions
New Discussion

BBFTP errors

 
Chern Jian Leaw
Regular Advisor

BBFTP errors

HI
I'm a newbie in using BBFTP and I obtained the following errors when executing it. I'm running BBFTP 2.2.1 on a HP11.0 machine.

tigger@pg[35]% ./bbftp -s winnie.willowglen.com -e 'put bbftp /tmp/' -u ken_lee
ken_lee's password:
term: Undefined variable.
bbftpd: Command not found.
BBFTP-ERROR-00061 : Error waiting MSG_LOGGED_STDIN message

tigger@pg[31]% ./bbftp winnie.willowglen.com -e 'put bbftpd /tmp' -u ken_lee
Password (max length = 8192):
BBFTP-ERROR-00100 : Error creation file /tmp.bbftp.tmp : Permission denied
put bbftpd /tmp FAILED


tigger@pg[20]% ./bbftp -s winnie.willowglen.com -e 'put bbftpd /tmp/' -u ken_lee
ken_lee's password:
BBFTP-ERROR-00100 : Error renaming /tmp/bbftpd.bbftp.tmp to /tmp/bbftpd : Permission denied
BBFTP-ERROR-00100 : Error renaming /tmp/bbftpd.bbftp.tmp to /tmp/bbftpd : Permission denied
BBFTP-ERROR-00100 : Error renaming /tmp/bbftpd.bbftp.tmp to /tmp/bbftpd : Permission denied
BBFTP-ERROR-00100 : Error renaming /tmp/bbftpd.bbftp.tmp to /tmp/bbftpd : Permission denied
BBFTP-ERROR-00100 : Error renaming /tmp/bbftpd.bbftp.tmp to /tmp/bbftpd : Permission denied
put bbftpd /tmp/ FAILED

tigger@pg[32]% ./bbftp -s winnie.willowglen.com -e 'put bbftpd /tmp' -u ken_lee
Are you sure you want to continue connecting (yes/no)? yes
ken_lee's password:
ken_lee's password:
BBFTP-ERROR-00062 : Unknown message while waiting for MSG_LOGGED_STDIN message

Could anyone tell me where did I go wrong, and should be the correct way?

Thanks
1 REPLY 1
T G Manikandan
Honored Contributor

Re: BBFTP errors

I have not used to BBFTP but looking at the messages it shows like

1.you need to check the /tmp permissions

it should be 1777 i.e.
rwxrwxrwxt

2.It is trying to rename a file which is owned by another user which is not possible.

Move the files like bbftpd.bbftp.tmp as appropriate user(owner) or root and try executing


revert