1-4To do… Use the command… RemarksLog in to the remote FTP serverdirectly in user viewftp [ server-address [ service-port ][ source { interface interface-typeinterface-number | ipsource-ip-address } ] ]ftpLog in to the remote FTP serverindirectly in FTP client view open server-address [ service-port ]Use either approach.The ftp command isavailable in user view; andthe open command isavailable in FTP clientview.z If no primary IP address is configured on the specified source interface, no FTP connection can beestablished.z If you use the ftp client source command to first configure the source interface and then thesource IP address of the transmitted packets, the newly configured source IP address will takeeffect instead of the current source interface, and vice versa.Follow these steps to establish an FTP connection (In IPv6 networking):To do… Use the command… RemarksLog in to the remote FTP serverdirectly in user viewftp ipv6 [ server-address[ service-port ] [ source ipv6source-ipv6-address ] [ -iinterface-typeinterface-number ] ]ftp ipv6Log in to the remote FTP serverindirectly in FTP client view open ipv6 server-address[ service-port ] [ -i interface-typeinterface-number ]Use either approach.The ftp ipv6 command isavailable in user view; and theopen ipv6 command isavailable in FTP client view.Operating the Directories on an FTP ServerAfter the device serving as the FTP client has established a connection with an FTP server (For how toestablish an FTP connection, refer to Establishing an FTP Connection.), you can create or deletefolders under the authorized directory of the FTP server.Follow these steps to operate the directories on an FTP server:To do… Use the command… RemarksDisplay detailed information about a directoryor file on the remote FTP server dir [ remotefile [ localfile ] ] OptionalQuery a directory or file on the remote FTPserver ls [ remotefile [ localfile ] ] OptionalChange the working directory of the remoteFTP server cd { directory | .. | / } Optional