command to launch FTP site

English support forum

Moderators: Hacker, petermad, Stefan2, white

Post Reply
User avatar
sergeycentral
Junior Member
Junior Member
Posts: 34
Joined: 2003-07-24, 02:48 UTC
Location: USA

command to launch FTP site

Post by *sergeycentral »

I m wondering how to luanch an ftp site from a command in TC? is this possible or what?
User avatar
Aezay
Senior Member
Senior Member
Posts: 269
Joined: 2003-02-12, 07:27 UTC
Location: Denmark
Contact:

Post by *Aezay »

The only way I know, is through the start menu, like this:
Create a new start menu entry, and set the command to FTPOPEN %FtpPresetEntry%. Where %FtpPresetEntry% is a saved FTP connection.
Of all the planets I've been to, this one is my favorite.
User avatar
Black Dog
Power Member
Power Member
Posts: 1024
Joined: 2003-02-05, 22:17 UTC
Location: Odessa
Contact:

Post by *Black Dog »

[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]
User avatar
sergeycentral
Junior Member
Junior Member
Posts: 34
Joined: 2003-07-24, 02:48 UTC
Location: USA

Post by *sergeycentral »

Black Dog ur genius! Thanks :wink:
Post Reply