Pages

Sunday, September 20, 2015

Juniper FTP server to Upload file or OS




##################################################
Enable FTP server from configure mode

# set system services ftp
# commit

and upload any file using Filezilla FTP client to Juniper
Use  any username and passowrd by created
(#set system login user tayab class super-user
#set system login user tayab authentication plain-text-password)

*** Upload file will find from shell

tayab@MX> start shell
% cd /var/home/tayab
% ls
% mv osname.tar /var/tmp

** You will find your file ***
#####################################################