Forum Discussion
i tried this but still getting error “Reason: _socket.error: [Errno 111] Connection refused in ”
#from com.snaplogic.scripting.language import pysftp
#from import ScriptHook
from ftplib import FTP
from com.snaplogic.scripting.language import ScriptHook
from com.snaplogic.scripting.language.ScriptHook import *
myHostname = “hostname”
myUsername = “username”
myPassword = “password”
ftp = FTP(“hostname”,“22”)
ftp.login(“username”,“password”)"
- ADORAISWAMY5 years agoNew Contributor II
Hello,
I have a similar issue. I wonder if this ever got a response. - heidi_andrew3 years agoContributor
I continue to have trouble with the sql syntax in Oracle Select and Oracle Execution. I do not see good examples of syntax anywhere. Need dates, need date math. I cannot find it on the documentation that is not Java based. I do not know Java and am using sql against our databases. If anyone has some links, i would appreciate it!
Related Content
- 7 months ago
- 7 years ago
- 6 years ago