Procedure:
- Edit sudoer and add this line "<user> ALL=NOPASSWD: /usr/lib/openssh/sftp-server".
- Go to WinSCP and edit your connection. Select SFTP, click "Advanced", look for the SFTP setting page and put this in: "sudo /usr/lib/openssh/sftp-server"
[FreeTDS]Note: just change to the correct path on the two modules
Description = FreeTDS Driver v0.91
Driver = /usr/lib/x86_64-linux-gnu/odbc/libtdsodbc.so
Setup = /usr/lib/x86_64-linux-gnu/odbc/libtdsS.so
fileusage = 1
dontdlclose = 1
UsageCount = 1
[database_server_name]
host = 192.168.101.102
port = 1433
tds version = 4.2
client charset = UTF-8
[jiradb]Notes:
Driver = FreeTDS
Servername = database_name_name
Port = 1433
Database = database_under_instance
TDS_Version = 4.2
isql database_server_name -U sa -P passwordThis is not a complete guide. Be sure to check the links below for further info.
[FreeTDS]Note: just change to the correct path on the two modules
Description = FreeTDS Driver v0.91
Driver = /usr/lib/x86_64-linux-gnu/odbc/libtdsodbc.so
Setup = /usr/lib/x86_64-linux-gnu/odbc/libtdsS.so
fileusage = 1
dontdlclose = 1
UsageCount = 1
[database_server_name]
host = 192.168.101.102
port = 1433
tds version = 4.2
client charset = UTF-8
[jiradb]Notes:
Driver = FreeTDS
Servername = database_name_name
Port = 1433
Database = database_under_instance
TDS_Version = 4.2
isql database_server_name -U sa -P passwordThis is not a complete guide. Be sure to check the links below for further info.