Author Topic: Multiscript: Connecting to FTP site doesn't work  (Read 7878 times)

Sempervivum

  • Junior Member
  • **
  • Posts: 28
    • View Profile
Multiscript: Connecting to FTP site doesn't work
« on: August 06, 2016, 00:21:14 »
Hallo,
I hadn't used MC for a while and when starting it now it asked for update. I confirmed, the update ran and everything seemed to be fine but when I click a user defined button that connects to an FTP site the site is not opened. If I double click the FTP symbol in the explorer window it connects fine, thus the settings seem to be OK. I had used the button editor and used the following multiscript code:
Code: [Select]
MC.LoadTabs FILENAME="D:\Gemeinsame Dateien\Daten\Multicommander Tabs.mctab" REPLACE
MC.SetActiveTab  PANEL=RIGHT TAB=3
MC.Explorer.Goto PATH=FTP:\Ace3
« Last Edit: August 06, 2016, 00:23:48 by Sempervivum »

Mathias (Author)

  • Administrator
  • VIP Member
  • *****
  • Posts: 4286
    • View Profile
    • Multi Commander
Re: Multiscript: Connecting to FTP site doesn't work
« Reply #1 on: August 06, 2016, 00:37:20 »
Strange.. It worked for me.
Only did a quick test now.. Will check more tomorrow

But can you see if you get some error or something in the AppLog or FTP log (Ctrl+L)


Sempervivum

  • Junior Member
  • **
  • Posts: 28
    • View Profile
Re: Multiscript: Connecting to FTP site doesn't work
« Reply #2 on: August 18, 2016, 22:28:28 »
Application log:
Quote
2016-08-18 18:36:09.403 System LCID : 1031, User LCID : 1031, System Lang : de-DE, User Lang : de-DE
2016-08-18 18:36:09.766 OneDrive folder not found : ""
2016-08-18 18:36:09.767 SkyDrive folder not found : ""
2016-08-18 18:36:09.767 Dropbox appdata folder not found : "C:\Users\Ulrich\AppData\Roaming\Dropbox"
2016-08-18 18:36:09.842 FSZIP - Zip will use codepage 850 unless codepage is specified in the zip archive
2016-08-18 18:36:09.863 Initializing extension : MCPictureViewer
2016-08-18 18:36:09.865 Initializing extension : Explorer Panel
2016-08-18 18:36:09.962 Initializing extension : Settings Panel
2016-08-18 18:36:09.964 Initializing extension : Workspace
2016-08-18 18:36:09.965 Initializing extension : File Search
2016-08-18 18:36:09.968 Initializing extension : Language Editor
2016-08-18 18:36:09.970 Initializing extension : Special Tools
2016-08-18 18:36:09.972 Initializing extension : File Utils
2016-08-18 18:36:09.975 Initializing extension : Multi Rename
2016-08-18 18:36:09.977 Initializing extension : File Checksum Verifier
2016-08-18 18:36:09.980 Initializing extension : File Viewer
2016-08-18 18:36:09.985 Initializing extension : FSFTP Script
2016-08-18 18:36:09.986 Initializing extension : Picture Tools
2016-08-18 18:36:09.987 Initializing extension : Audio Tools
2016-08-18 18:36:09.989 Initializing extension : Video Tools
2016-08-18 18:36:13.298 Application Ready!
2016-08-18 18:36:13.299 Checking if new version exists..
2016-08-18 19:26:17.339 Power broadcast message received : System is suspending operation.
2016-08-18 19:30:10.332 Power broadcast message received : Resume from low power state
2016-08-18 19:30:10.351 Power broadcast message received : Auto Resume from low power state
2016-08-18 21:27:02.365 Power broadcast message received : System is suspending operation.
2016-08-18 21:29:03.312 Power broadcast message received : Auto Resume from low power state
2016-08-18 21:43:47.374 Power broadcast message received : System is suspending operation.
2016-08-18 21:55:54.618 Power broadcast message received : Auto Resume from low power state
2016-08-18 21:55:54.647 Power broadcast message received : Resume from low power state

FTP log doesn't open when I press the button.

Mathias (Author)

  • Administrator
  • VIP Member
  • *****
  • Posts: 4286
    • View Profile
    • Multi Commander
Re: Multiscript: Connecting to FTP site doesn't work
« Reply #3 on: August 18, 2016, 23:10:33 »
Have you disabled the FTP log ? you have an option for that for the FTP site
Else might have entered something really wrong in the script so it does not even find the site..


Sempervivum

  • Junior Member
  • **
  • Posts: 28
    • View Profile
Re: Multiscript: Connecting to FTP site doesn't work
« Reply #4 on: August 19, 2016, 21:58:27 »
No, FTP log is not disabled: It gets active when having clicked the FTP symbol in the explorer window.