How to use commands like 'ls & pwd' inside ftp [on own server & not on remote serv开发者_开发百科er] ? By default on ftp prompt all the commands works on the remote server. How to use commands on the own server inside ftp prompt, if possible ?
Use the exclamation command
! [command [args]]
精彩评论