LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Recoonect ftp without exiting ftp connection ! (https://www.linuxquestions.org/questions/linux-newbie-8/recoonect-ftp-without-exiting-ftp-connection-723777/)

shipon_97 05-05-2009 02:09 AM

Recoonect ftp without exiting ftp connection !
 
Friends ,

When I make ftp from another machine then after several time, ftp makes disconnected . Like :

ftp> mget file1 file2
ftp> dir
Not connected.

I just want to reconnect ftp without exiting ftp connection . How can I do it ?

blacky_5251 05-05-2009 05:58 AM

Use the "open" command.
Code:

ftp> mget file1 file2
ftp> dir
Not connected.
ftp> open remote_host_name



All times are GMT -5. The time now is 12:53 PM.