However the command is not working from my Vagrant machine.
I have used a precise64-ubuntu virtual box.
Can anyone please help.
Error:
vagrant@dev-hadoop:~$ ftppwd
ftppwd: command not found
I have below packages installed,
vagrant@dev-hadoop:~$ whereis ftp
ftp: /usr/bin/ftp /usr/bin/X11/ftp /usr/share/man/man1/ftp.1.gz
vagrant@dev-hadoop:~$ whereis linux
linux: /usr/include/linux
vagrant@dev-hadoop:~$ whereis sftp
sftp: /usr/bin/sftp /usr/bin/X11/sftp /usr/share/man/man1/sftp.1.gz
Okay, it would be great if someone can help me or guide me in getting the required package installed for getting ftppwd working.
Thank you!!