HP 6125XLG R2306-HP 6125XLG Blade Switch Fundamentals Configuration Guide - Page 73

Using the device as an FTP client, Establishing an FTP connection

Page 73 highlights

[Sysname] quit 3. Perform FTP operations from the FTP client: # Log in to the FTP server at 1.1.1.1 using the username abc and password 123456. c:\> ftp 1.1.1.1 Connected to 1.1.1.1. (1.1.1.1) 220 FTP service ready. User(1.1.1.1:(none)):abc 331 Password required for abc. Password: 230 User logged in. # Use the ASCII mode to download the configuration file config.cfg from the FTP server to the PC for backup. ftp> ascii 200 TYPE is now ASCII ftp> get config.cfg back-config.cfg # Use the binary mode to upload the file temp.bin from the PC to the Flash root directory of the master. ftp> binary 200 TYPE is now 8-bit binary ftp> put temp.bin # Exit FTP. ftp> bye Using the device as an FTP client Perform the configuration in this section to use the device as an FTP client. Establishing an FTP connection To access the FTP server, you must establish a connection from the FTP client to the FTP server. To establish an IPv4 FTP connection: Step Command Remarks 1. Enter system view. system-view N/A 2. (Optional.) Specify a source IP address for outgoing FTP packets. ftp client source { interface interface-type interface-number | ip source-ip-address } By default, no source IP address is specified, and the primary IP address of the output interface is used as the source IP address. 3. Return to user view. quit N/A 66

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118
  • 119
  • 120
  • 121
  • 122
  • 123
  • 124
  • 125
  • 126
  • 127
  • 128
  • 129
  • 130
  • 131
  • 132
  • 133
  • 134
  • 135
  • 136
  • 137
  • 138
  • 139
  • 140
  • 141
  • 142
  • 143
  • 144
  • 145
  • 146
  • 147
  • 148
  • 149
  • 150
  • 151
  • 152
  • 153
  • 154
  • 155

66
[Sysname] quit
3.
Perform FTP operations from the FTP client:
# Log in to the FTP server at 1.1.1.1 using the username
abc
and password
123456
.
c:\> ftp 1.1.1.1
Connected to 1.1.1.1. (1.1.1.1)
220 FTP service ready.
User(1.1.1.1:(none)):abc
331 Password required for abc.
Password:
230 User logged in.
# Use the ASCII mode to download the configuration file
config.cfg
from the FTP server to the PC
for backup.
ftp> ascii
200 TYPE is now ASCII
ftp> get config.cfg back-config.cfg
# Use the binary mode to upload the file
temp.bin
from the PC to the Flash root directory of the
master.
ftp> binary
200 TYPE is now 8-bit binary
ftp> put temp.bin
# Exit FTP.
ftp> bye
Using the device as an FTP client
Perform the configuration in this section to use the device as an FTP client.
Establishing an FTP connection
To access the FTP server, you must establish a connection from the FTP client to the FTP server.
To establish an IPv4 FTP connection:
Step
Command
Remarks
1.
Enter system view.
system-view
N/A
2.
(Optional.) Specify a source
IP address for outgoing FTP
packets.
ftp
client
source
{
interface
interface-type
interface-number
|
ip
source-ip-address
}
By default, no source IP
address is specified, and the
primary IP address of the
output interface is used as the
source IP address.
3.
Return to user view.
quit
N/A