Pwd - HP Enterprise FlexFabric 12900E Series Command Reference Manual

Hide thumbs Also See for Enterprise FlexFabric 12900E Series:
Table of Contents

Advertisement

To upload a file in the current working directory, specify a file name without the path for the
localfile
To upload a file in some other directory, specify a fully qualified file name for the
argument, for example, flash:/subdirectory/a.cfg.
Examples
# Upload the a.txt file from the local working directory to the FTP server. Save the file as b.txt.
ftp> put a.txt b.txt
local: a.txt remote: b.txt
150 Connecting to port 47461
226 File successfully transferred
1569 bytes sent in 0.000671 seconds (2.23 Mbyte/s)
# Upload the a.txt file from the test directory of the local working directory to the FTP server. Save
the file as b.txt.
ftp> put flash:/test/a.txt b.txt
local: flash:/test/a.txt remote: b.txt
150 Connecting to port 47461
226 File successfully transferred
1569 bytes sent in 0.000671 seconds (2.23 Mbyte/s)
# Upload file a.txt from the test directory of the storage medium on a member device. Save the file
as b.txt on the FTP server.
ftp> put slot2#flash:/test/a.txt b.txt
local: slot2#flash:/test/a.txt remote: b.txt
150 Connecting to port 47461
226 File successfully transferred
1569 bytes sent in 0.000671 seconds (2.23 Mbyte/s)
Related commands
get

pwd

Use
to display the currently accessed directory on the FTP server.
pwd
Syntax
pwd
Views
FTP client view
Predefined user roles
network-admin
Usage guidelines
You can perform this operation only after you log in to the FTP server.
Examples
# Display the currently accessed directory on the FTP server.
ftp> cd subdir
250 OK. Current directory is /subdir
ftp> pwd
argument, for example, a.cfg.
111
localfile

Advertisement

Table of Contents
loading

Table of Contents