Page 1 of 1

SFTP syntax

Posted: Thu Nov 18, 2010 4:09 pm
by kollurianu
I am trying SFTP and I am getting following error in the director

FTP_Enterprise_0: uri is having invalid syntax. uri : ftp://abc.bbbbb.com[:24]//folder/abc.txt

can someone provide me the syntax?

And how to find out what SFTP port number.

Thanks in advance.

Posted: Thu Nov 18, 2010 4:26 pm
by chulett
FTP uses port 21, SFTP uses 115. Silly question, perhaps, but are you running the version of the stage that officially supports secure ftp?

Re: SFTP syntax

Posted: Thu Nov 18, 2010 4:29 pm
by kollurianu
kollurianu wrote:I am trying SFTP and I am getting following error in the director

FTP_Enterprise_0: uri is having invalid syntax. uri : ftp://abc.bbbbb.com[:24]//folder/abc.txt

can someone provide me the syntax?

And how to find out what SFTP port number.

Thanks in advance.
It worked and the syntax used is as below, just removed the port number.


uri is having invalid syntax. uri : ftp://abc.bbbbb.com//folder/abc.txt

Thank you all.

Posted: Thu Nov 18, 2010 4:36 pm
by chulett
So... it works but still says "uri is having invalid syntax"? :?