Hello,
I have on ftp server a script for sqlplus. I have tried this syntax to
execute it:
sqlplus userdb/passdb@namedb @ftp://
user_server

ass_server@ftp_address/directory_of_file/file.sql
but after the connection sqlplus don't work. He seems to be waiting
for input but there is not a prompt (SQL>).
Maybe the syntax used is wrong?