Command Line Script does not use port assigned in Profile

Core FTP client questions and answers
Locked
weinerdr
Posts: 4
Joined: Fri Jan 13, 2012 4:02 pm

Command Line Script does not use port assigned in Profile

Post by weinerdr »

I have written a command line script for uploading/downloading files by calling a profile that works manually with a unique port (990). When I run the script, it always connects usning port 21, instead of 990.

Please advise how to fix this.
ForumAdmin
Site Admin
Posts: 1011
Joined: Mon Mar 24, 2003 4:37 am

Post by ForumAdmin »

Make sure you're using a recent build (install over existing build).

Also include the log if you're still having issues.
weinerdr
Posts: 4
Joined: Fri Jan 13, 2012 4:02 pm

Post by weinerdr »

Usnig version 2.2 build 1718
Here is the log:

01/20/12 13:45

Started on Friday January 20, 2012 at 13:45:PMResolving ...

Connect socket #1640 to 10.1.100.243, port 21...Total uploaded files: 0

Total uploaded data: 0

Total downloaded files: 0

Total downloaded data: 0


01/23/12 11:56

Started on Monday January 23, 2012 at 11:56:AMResolving ...

Connect socket #1556 to 10.1.100.243, port 21...Can't establish connection --> :21 @ Mon Jan 23 11:56:59 2012
(0-5)ReconnectRetry #1, Connecting to ...Resolving ...

Connect socket #1556 to 10.1.100.243, port 21...

Profile has port 990.[/img]
ForumAdmin
Site Admin
Posts: 1011
Joined: Mon Mar 24, 2003 4:37 am

Post by ForumAdmin »

What's the actual command line being used?
Locked