Post a reply

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

martin

Re: script to SCP to ShareFile (Citrix) Network error: Software caused connection abort

To connect using FTP implicit mode, use ftps://, not scp://. No need to specify the port explicitly.
Though in general, the implicit mode should not be used. Use the explicit mode (ftpes://).
See https://winscp.net/eng/docs/session_url

WinSCP GUI can generate a script template for you:
https://winscp.net/eng/docs/ui_generateurl#script
dainova

Script to SCP to ShareFile (Citrix) Network error: Software caused connection abort

Hi,
I try to script upload to file and it works OK with GUI with all option like on pic below, but I need command line and can't figure out all options. Once I enter port 990 it force to use FTP. Tried all combos in my config file, still getting an
Software caused connection abort

I'm using bat + config combo
Bat file:
"C:\Program Files (x86)\WinSCP\winscp.com" /script=Script_Config.txt

And config file:
option batch abort
option confirm off
open scp://user111:pswd222@magda.sharefileftp.com:990  -hostkey="SSL/TLS aa:38:6b:42:7d:f9:54:fb:50:73:03:c1:84:3f:73:03:c1:fd:48:14"
synchronize remote C:\SFTP\ /BI/ExportShare


And this all session info:
Remote system = UNIX Type: L8  

File transfer protocol = FTP
Cryptographic protocol = TLS/SSL Implicit encryption, TLSv1.2
Encryption algorithm = TLSv1/SSLv3: ECDHE-RSA-AES128-SHA256, 2048 bit RSA, ECDHE-RSA-AES128-SHA256 TLSv1.2 Kx=ECDH     Au=RSA  Enc=AES(128)  Mac=SHA256

Compression = No
------------------------------------------------------------
Certificate fingerprint
6b:..............4:fb:50:73:03:c1:84:3f:73:03:c1:fd:48:14
------------------------------------------------------------
Can change permissions = Yes
Can change owner/group = No
Can execute arbitrary command = Protocol commands only
Can create symbolic/hard link = No/No
Can lookup user groups = No
Can duplicate remote files = No
Can check available space = No
Can calculate file checksum = No
Native text (ASCII) mode transfers = No
------------------------------------------------------------
Additional information
The server supports these FTP additional features:
  EPSV
  MDTM
  PASV
  REST STREAM
  SIZE
  UTF8
  PBSZ
  PROT
  X-NOVELLABS
  X-CITRIX