Web server connection

Wappler version 3.3.6

  • set color:use-color yes
  • set cmd:interactive yes
  • set file:charset utf-8
  • set xfer:clobber on
  • set ftp:timezone
  • set cmd:show-status yes
  • set cmd:set-term-status yes
  • set ftp:list-options -a
  • set cmd:fail-exit yes
  • set cmd:time-style “%Y-%m-%d %H:%M:%S”
  • set ftp:ssl-allow no
  • set ssl:verify-certificate no
  • set net:max-retries 3
  • set net:timeout 20
  • set net:reconnect-interval-base 5
  • set net:reconnect-interval-multiplier 1
  • open -u user,pass ftp://mysite.com
    ---- Resolving host address…
    ---- 1 address found: xxx.xxx.xxx.xxx
  • cd /
    ---- Connecting to mysite.com (xxx.xxx.xxx.xxx) port 8080
    <— 220-FileZilla Server 0.9.60 beta
    <— 220-written by Tim Kosse (mysite.com)
    <— 220 Please visit https://mysite.com
    —> FEAT
    <— 211-Features:
    <— MDTM
    <— REST STREAM
    <— SIZE
    <— MLST type*;size*;modify*;
    <— MLSD
    <— UTF8
    <— CLNT
    <— MFMT
    <— EPSV
    <— EPRT
    <— 211 End
    —> CLNT lftp/4.8.4
    <— 200 Don’t care
    —> OPTS UTF8 ON
    <— 202 UTF8 mode is always enabled. No need to send this command.
    —> USER user
    <— 331 Password required for user
    —> PASS pass
    <— 230 Logged on
    —> PWD
    <— 257 “/” is current directory.
    cd ok, cwd=/
  • rm mysite.com
    —> DELE mysite.com
    <— 250 File deleted successfully
    rm ok, `mysite.com’ removed
    —> QUIT
    <— 221 Goodbye
    ---- Closing control socket

I m able to pubblish on my target but not able to connect to my Web server and so i can’t configure database queries

The error is “cannot find uploaded files”

After this error

I have in the terminal this exceprion

Error: EISDIR: illegal operation on a directory, read at Object.readSync (fs.js:582:3) at tryReadSync (fs.js:358:20) at Object.readFileSync (fs.js:395:19) at Object.dmxDWApiBridge.readString (chrome-extension://fjjllfpmlaejicjkpknbdicdakiijgjp/Shared/DMXzone/dmxAppCreator/dmxDWApiBridge/dmxNWApiBridge.js:8:41722) at e.dmxDWApiCallJsBridgingFunction (chrome-extension://fjjllfpmlaejicjkpknbdicdakiijgjp/Shared/DMXzone/dmxAppCreator/dmxDWApiBridge/dmxNWApiBridge.js:8:214) at Object.readString (chrome-extension://fjjllfpmlaejicjkpknbdicdakiijgjp/Shared/DMXzone/dmxAppCreator/dmxDWApiBridge/dmxDWApi.js:8:13783) at selectActionsTree (chrome-extension://fjjllfpmlaejicjkpknbdicdakiijgjp/Shared/DMXzone/dmxAppCreator/UI/dmxServerConnect/index.htm?theme=dark&app=true:1050:14) at HTMLDivElement. (chrome-extension://fjjllfpmlaejicjkpknbdicdakiijgjp/Shared/DMXzone/dmxAppCreator/UI/dmxServerConnect/index.htm?theme=dark&app=true:1461:9) at HTMLDivElement.dispatch (chrome-extension://fjjllfpmlaejicjkpknbdicdakiijgjp/Shared/DMXzone/dmxAppCreator/UI/jQuery/jquery-3.4.1.min.js:2:42571) at HTMLDivElement.v.handle (chrome-extension://fjjllfpmlaejicjkpknbdicdakiijgjp/Shared/DMXzone/dmxAppCreator/UI/jQuery/jquery-3.4.1.min.js:2:40572) at Object.trigger (chrome-extension://fjjllfpmlaejicjkpknbdicdakiijgjp/Shared/DMXzone/dmxAppCreator/UI/jQuery/jquery-3.4.1.min.js:2:70627) at k.fn.init.triggerHandler (chrome-extension://fjjllfpmlaejicjkpknbdicdakiijgjp/Shared/DMXzone/dmxAppCreator/UI/jQuery/jquery-3.4.1.min.js:2:71306) at l.jstree.plugins.fontawesome.trigger (chrome-extension://fjjllfpmlaejicjkpknbdicdakiijgjp/Shared/DMXzone/dmxAppCreator/UI/jsTree/jstree.js:8:12238) at l.jstree.plugins.fontawesome. (chrome-extension://fjjllfpmlaejicjkpknbdicdakiijgjp/Shared/DMXzone/dmxAppCreator/UI/jsTree/jstree.js:8:51440) at l.jstree.plugins.fontawesome.set_state (chrome-extension://fjjllfpmlaejicjkpknbdicdakiijgjp/Shared/DMXzone/dmxAppCreator/UI/jsTree/jstree.js:8:50250) at l.jstree.plugins.fontawesome.set_state (chrome-extension://fjjllfpmlaejicjkpknbdicdakiijgjp/Shared/DMXzone/dmxAppCreator/UI/jsTree/jstree.js:8:50193)

Any Suggestions?
Thanks in advice

Are you sure that you have the remote directory correct? Usually this is something like httpdocs or wwwroot or similar.

Also try to leave the port blank.