command to launch FTP site
Moderators: Hacker, petermad, Stefan2, white
- sergeycentral
- Junior Member
- Posts: 34
- Joined: 2003-07-24, 02:48 UTC
- Location: USA
command to launch FTP site
I m wondering how to luanch an ftp site from a command in TC? is this possible or what?
[face=courier]On 13-12-2003 06:39:58 +0000 sergeycentral wrote:
s> I m wondering how to luanch an ftp site from a command in
s> TC? is this possible or what?
I On Commander startup:
1. In the left panel:
totalcmd.exe /L=ftp://username:password@servername:portnumber/path
2. In the right panel
totalcmd.exe /R=ftp://username:password@servername:portnumber/path
3. In both panels:
totalcmd.exe /L=ftp://username:password@servername:portnumber/path /R=ftp://username:password@servername:portnumber/path
II From menu or button bar (configure panel to open in via "Settings | FTP | Open new connections"):
1. Command: cd ftp://username:password@servername:portnumber/path
2. Command: FTPOPEN Connection_Name (like Aezay mentioned).
III You can force Commander to override default settings and open connection in certain panel from menu or button bar:
1. In the same Commander instance:
1.1. In the left panel:
Command: totalcmd.exe
Parameters: /O /L=ftp://username:password@servername:portnumber/path
1.2. In the right panel:
Command: totalcmd.exe
Parameters: /O /R=ftp://username:password@servername:portnumber/path
1.3. In both panels:
Command: totalcmd.exe
Parameters: /O /L=ftp://username:password@servername:portnumber/path /R=ftp://username:password@servername:portnumber/path
2. In a new Commander instance:
2.1. In the left panel:
Command: totalcmd.exe
Parameters: /N /L=ftp://username:password@servername:portnumber/path
2.2. In the right panel:
Command: totalcmd.exe
Parameters: /N /R=ftp://username:password@servername:portnumber/path
2.3. In both panels:
Command: totalcmd.exe
Parameters: /N /L=ftp://username:password@servername:portnumber/path /R=ftp://username:password@servername:portnumber/path[/face]
s> I m wondering how to luanch an ftp site from a command in
s> TC? is this possible or what?
I On Commander startup:
1. In the left panel:
totalcmd.exe /L=ftp://username:password@servername:portnumber/path
2. In the right panel
totalcmd.exe /R=ftp://username:password@servername:portnumber/path
3. In both panels:
totalcmd.exe /L=ftp://username:password@servername:portnumber/path /R=ftp://username:password@servername:portnumber/path
II From menu or button bar (configure panel to open in via "Settings | FTP | Open new connections"):
1. Command: cd ftp://username:password@servername:portnumber/path
2. Command: FTPOPEN Connection_Name (like Aezay mentioned).
III You can force Commander to override default settings and open connection in certain panel from menu or button bar:
1. In the same Commander instance:
1.1. In the left panel:
Command: totalcmd.exe
Parameters: /O /L=ftp://username:password@servername:portnumber/path
1.2. In the right panel:
Command: totalcmd.exe
Parameters: /O /R=ftp://username:password@servername:portnumber/path
1.3. In both panels:
Command: totalcmd.exe
Parameters: /O /L=ftp://username:password@servername:portnumber/path /R=ftp://username:password@servername:portnumber/path
2. In a new Commander instance:
2.1. In the left panel:
Command: totalcmd.exe
Parameters: /N /L=ftp://username:password@servername:portnumber/path
2.2. In the right panel:
Command: totalcmd.exe
Parameters: /N /R=ftp://username:password@servername:portnumber/path
2.3. In both panels:
Command: totalcmd.exe
Parameters: /N /L=ftp://username:password@servername:portnumber/path /R=ftp://username:password@servername:portnumber/path[/face]
[face=courier]The Protoss do NOT run from their enemies.
It is here, that we shall make our stand.[/face]
It is here, that we shall make our stand.[/face]
- sergeycentral
- Junior Member
- Posts: 34
- Joined: 2003-07-24, 02:48 UTC
- Location: USA