Menu

Upload exception (ver 0.10.2)

Help
psyafter
2014-03-11
2014-04-01
  • psyafter

    psyafter - 2014-03-11

    Hi.
    I try FullSync on win2012r2 where regular ftp client work fine.
    When I sync files from local to ftp there are strange exception and no files uploaded (no problem to upload to same ftp server from usual ftp client program):

    <?xml version="1.0" encoding="UTF-8"?>
    <Profiles version="1.1">
        <Profile description="" enabled="true" lastErrorLevel="0"
            lastErrorString="" lastUpdate="3/10/14 4:40 PM" name="mssql" type="Publish/Update">
            <RuleSetDescriptor type="simple">
                <SimpleRuleSet ignorePattern="" patternsType=""
                    syncSubs="false" takePattern="" useFilter="false"/>
            </RuleSetDescriptor>
            <Schedule displayUnit="hours" firstinterval="86400000"
                interval="86400000" type="interval"/>
            <Source uri="file:/C:/backup/mssql/vv/"/>
            <Destination password="xxxxxx"
                uri="ftp://10.34.54.6:21/" username="lm_backup_mssql"/>
        </Profile>
    </Profiles>
    

    17 [main] DEBUG org.apache.commons.configuration.ConfigurationUtils - ConfigurationUtils.locate(): base is C:\Users\adminrdp.config\fullsync, name is preferences.properties
    22 [main] DEBUG org.apache.commons.configuration.ConfigurationUtils - Loading configuration from the path C:\Users\adminrdp.config\fullsync\preferences.properties
    1015 [Scheduler] DEBUG net.sourceforge.fullsync.schedule.Scheduler - searching for next task after 1394531602958
    1017 [Scheduler] DEBUG net.sourceforge.fullsync.schedule.Scheduler - found: Scheduled execution of mssql at 1394618002370
    1017 [Scheduler] DEBUG net.sourceforge.fullsync.schedule.Scheduler - waiting for 86399412 mseconds
    3298 [Thread-0] INFO org.apache.commons.vfs2.impl.StandardFileSystemManager - Using "C:\Users\adminrdp\AppData\Local\Temp\2\vfs_cache" as temporary files store.
    3337 [Thread-0] DEBUG org.apache.commons.vfs2.impl.StandardFileSystemManager - Skipping provider "org.apache.commons.vfs2.provider.http.HttpFileProvider" because required class "org.apache.commons.httpclient.HttpClient" is not available.
    3337 [Thread-0] DEBUG org.apache.commons.vfs2.impl.StandardFileSystemManager - Skipping provider "org.apache.commons.vfs2.provider.https.HttpsFileProvider" because required class "org.apache.commons.httpclient.HttpClient" is not available.
    3344 [Thread-0] DEBUG org.apache.commons.vfs2.impl.StandardFileSystemManager - Skipping provider "org.apache.commons.vfs2.provider.webdav.WebdavFileProvider" because required class "org.apache.commons.httpclient.HttpClient" is not available.
    3396 [Thread-0] DEBUG org.apache.commons.vfs2.cache.SoftRefFilesCache - putFile: file:///C:/backup/mssql/vv
    3478 [Thread-0] DEBUG org.apache.commons.vfs2.cache.SoftRefFilesCache - putFile: ftp://10.34.54.6/
    3483 [Thread-0] DEBUG org.apache.commons.vfs2.cache.SoftRefFilesCache - putFile: file:///C:/backup/mssql/vv/Create_Synchronicity-6.0_Setup.txt
    3509 [Thread-0] DEBUG StateDecider - Create_Synchronicity-6.0_Setup.txt; 305552 Bytes Mon Feb 24 12:11:32 IST 2014 vs. Create_Synchronicity-6.0_Setup.txt; -1 Bytes Thu Jan 01 01:59:59 IST 1970
    3509 [Thread-0] DEBUG StateDecider - destination missing
    3510 [Thread-0] DEBUG TaskGeneratorImpl - Create_Synchronicity-6.0_Setup.txt: [Add(Destination) BU: Destination; Rec: true - Add]
    4462 [ActionPerformer] INFO FullSync - Synchronization started
    4463 [ActionPerformer] INFO FullSync - source: C:\backup\mssql\vv
    4463 [ActionPerformer] INFO FullSync - destination: ftp://10.34.54.6:21/
    4511 [ActionPerformer] DEBUG org.apache.commons.vfs2.cache.SoftRefFilesCache - putFile: ftp://10.34.54.6/Create_Synchronicity-6.0_Setup.txt
    4530 [ActionPerformer] ERROR FullSync - Exception
    org.apache.commons.vfs2.FileSystemException: Could not write to "ftp://10.34.54.6/Create_Synchronicity-6.0_Setup.txt".
    at org.apache.commons.vfs2.provider.AbstractFileObject.getOutputStream(AbstractFileObject.java:1439)
    at org.apache.commons.vfs2.provider.DefaultFileContent.getOutputStream(DefaultFileContent.java:461)
    at org.apache.commons.vfs2.provider.DefaultFileContent.getOutputStream(DefaultFileContent.java:441)
    at net.sourceforge.fullsync.fs.connection.CommonsVfsConnection.writeFile(CommonsVfsConnection.java:121)
    at net.sourceforge.fullsync.fs.connection.AbstractFile.getOutputStream(AbstractFile.java:198)
    at net.sourceforge.fullsync.impl.FileCopyEntryDescriptor.getOutputStream(FileCopyEntryDescriptor.java:67)
    at net.sourceforge.fullsync.buffer.BlockBuffer.flush(BlockBuffer.java:110)
    at net.sourceforge.fullsync.impl.FillBufferTaskExecutor.flush(FillBufferTaskExecutor.java:172)
    at net.sourceforge.fullsync.Synchronizer.performActions(Synchronizer.java:124)
    at net.sourceforge.fullsync.ui.TaskDecisionPage$2.run(TaskDecisionPage.java:226)
    at java.lang.Thread.run(Unknown Source)
    Caused by: org.apache.commons.vfs2.FileSystemException: Cant open output connection for file "ftp://10.34.54.6/Create_Synchronicity-6.0_Setup.txt". Reason: "550 Access is denied.
    ".
    at org.apache.commons.vfs2.provider.ftp.FtpFileObject.doGetOutputStream(FtpFileObject.java:648)
    at org.apache.commons.vfs2.provider.AbstractFileObject.getOutputStream(AbstractFileObject.java:1431)
    ... 10 more
    GUIUpdateQueue<TaskFinishedEvent>::doUpdate: 1
    4536 [ActionPerformer] DEBUG org.apache.commons.vfs2.cache.SoftRefFilesCache - close fs: file:///C:/
    4536 [ActionPerformer] DEBUG org.apache.commons.vfs2.cache.SoftRefFilesCache - close fs: ftp://10.34.54.6/
    4536 [ActionPerformer] INFO FullSync - synchronization successful
    4536 [ActionPerformer] INFO FullSync - ------------------------------------------------------------
    5491 [main] DEBUG org.apache.commons.vfs2.cache.SoftRefFilesCache - close fs: file:///C:/
    5492 [main] DEBUG org.apache.commons.vfs2.cache.SoftRefFilesCache - close fs: ftp://10.34.54.6/

     
  • Christoph

    Christoph - 2014-03-12

    hmm does https://sourceforge.net/p/fullsync/discussion/394534/thread/35c7c856/#ddee also help you?

    are you sure you have write permissions in the root folder of your FTP server?

    Br,
    Christoph

     
  • psyafter

    psyafter - 2014-03-12

    hi, it's not resolve a problem...
    And yes, there is write permission (tried upload in ftp client and all work good)

     

    Last edit: psyafter 2014-03-12
  • Christoph

    Christoph - 2014-03-13

    it's either a permission problem on the server (does it have logfiles where it would log why it denied access?) or it's from a firewall between the FTP server and the computer you have FullSync installed on.

    another difference could be that FullSync only uses FTP in passive mode.

    Br,
    Christoph

     
  • psyafter

    psyafter - 2014-03-14

    Hi.
    There is no firewall on both sides.
    I tried connect in passive mode to ftp (from total commander) and there is no problem when upload with Total Commander.

    Another suggestion?

     
  • Christoph

    Christoph - 2014-03-16

    other suggestions:
    * a firewall might be in between the ftp server and the machine where FullSync is running, did you run total commander on the same machine that you run FullSync on?
    * enabling debug functionality on the FTP server to find out which commands the server receives and why it responds with an 550 error

    I carefully checked FullSync and the used libraries and as far as i can tell there is no way it that a 550 error could be generated inside FullSync - therefore it must come from a firewall or the ftp server itself.

    HTH
    Br,
    Christoph

     
  • psyafter

    psyafter - 2014-03-17

    Hi. No firewall on both sides and no between.
    Total commander on same machine work without any issue...

    May be a problem in bad folder concatenation?
    In ftp server defined user's home folder not in root of ftp but in subfolder.
    When me connected to ftp with total commander I see the path "/USER_NAME/"
    But in log ot FullSync no username in path of ftp...

    Can you send me version with username in the path and I'll try it? (ftp://ip/username/...)
    thanks

     
  • Christoph

    Christoph - 2014-03-17

    you could also try to edit the profile and use the "..." button to browse to the correct target folder and see if that fixes you problem

     
  • psyafter

    psyafter - 2014-03-17

    You can see on my screenshot that no visible folders in FullSync, but there is one folder that you can see in total commander...

    http://s13.postimg.org/tuhp0lkxz/Untitled20140317162518.jpg

     

    Last edit: psyafter 2014-03-17
  • Christoph

    Christoph - 2014-03-19

    actually the folder that FullSync shows and the one that total commander shows are supposed to be the same (even tough FullSync does not include the /username part)
    any chance I could get the logs from the server that show what the server thinks where FullSync tries to write to.

    What FTP server are you using? I still could not reproduce the issue on my test servers =/
    Br,
    Christoph

     
  • psyafter

    psyafter - 2014-03-19

    Hi.
    I it's Win FTP on IIS8 (win2012r2).
    I'll ask hosting for providing me logs.

    Why FullSync not displaying existing folders in ftp server user home?
    As you can see in screenshot - there are folders that total commander display but not FullSync...

     
  • psyafter

    psyafter - 2014-03-19

    ftp: 91.216.222.245
    u: dgimedia_testtest
    p: Test1234

    ftp log:
    2014-03-19 07:46:58 10.34.54.1 64790 - - IL3WV5010 - 10.34.54.7 21 ControlChannelOpened - - 0 0 0 0 0 dbc2e6b7-8f53-44cb-a133-4dd70f5d9418 - -
    2014-03-19 07:46:58 10.34.54.1 64790 - FTPSVC3 IL3WV5010 - 10.34.54.7 21 USER dgimedia_testtest 331 0 0 23 24 0 dbc2e6b7-8f53-44cb-a133-4dd70f5d9418 - -
    2014-03-19 07:46:58 10.34.54.1 64790 IL3WV5010\dgimedia_testtest FTPSVC3 IL3WV5010 - 10.34.54.7 21 PASS *** 230 0 0 21 15 0 dbc2e6b7-8f53-44cb-a133-4dd70f5d9418 /dgimedia_testtest -
    2014-03-19 07:46:58 10.34.54.1 64790 IL3WV5010\dgimedia_testtest FTPSVC3 IL3WV5010 - 10.34.54.7 21 TYPE I 200 0 0 20 8 0 dbc2e6b7-8f53-44cb-a133-4dd70f5d9418 - -
    2014-03-19 07:46:58 10.34.54.1 64790 IL3WV5010\dgimedia_testtest FTPSVC3 IL3WV5010 - 10.34.54.7 21 CWD / 250 0 0 29 7 0 dbc2e6b7-8f53-44cb-a133-4dd70f5d9418 / -
    2014-03-19 07:46:58 10.34.54.1 64790 IL3WV5010\dgimedia_testtest FTPSVC3 IL3WV5010 - 10.34.54.7 21 SYST - 215 0 0 16 6 0 dbc2e6b7-8f53-44cb-a133-4dd70f5d9418 - -
    2014-03-19 07:46:58 10.34.54.1 64790 IL3WV5010\dgimedia_testtest FTPSVC3 IL3WV5010 - 10.34.54.7 21 PASV - 227 0 0 48 6 0 dbc2e6b7-8f53-44cb-a133-4dd70f5d9418 - -
    2014-03-19 07:46:58 10.34.54.1 52242 IL3WV5010\dgimedia_testtest FTPSVC3 IL3WV5010 - 10.34.54.7 52829 DataChannelOpened - - 0 0 0 0 0 dbc2e6b7-8f53-44cb-a133-4dd70f5d9418 - -
    2014-03-19 07:46:58 10.34.54.1 52242 IL3WV5010\dgimedia_testtest FTPSVC3 IL3WV5010 - 10.34.54.7 52829 DataChannelClosed - - 0 0 0 0 0 dbc2e6b7-8f53-44cb-a133-4dd70f5d9418 - -
    2014-03-19 07:46:58 10.34.54.1 64790 IL3WV5010\dgimedia_testtest FTPSVC3 IL3WV5010 - 10.34.54.7 21 LIST - 226 0 0 78 6 0 dbc2e6b7-8f53-44cb-a133-4dd70f5d9418 / -
    2014-03-19 07:46:59 10.34.54.1 64790 IL3WV5010\dgimedia_testtest FTPSVC3 IL3WV5010 - 10.34.54.7 21 PASV - 227 0 0 48 6 0 dbc2e6b7-8f53-44cb-a133-4dd70f5d9418 - -
    2014-03-19 07:46:59 10.34.54.1 52254 IL3WV5010\dgimedia_testtest FTPSVC3 IL3WV5010 - 10.34.54.7 52830 DataChannelOpened - - 0 0 0 0 0 dbc2e6b7-8f53-44cb-a133-4dd70f5d9418 - -
    2014-03-19 07:46:59 10.34.54.1 52254 IL3WV5010\dgimedia_testtest FTPSVC3 IL3WV5010 - 10.34.54.7 52830 DataChannelClosed - - 0 0 0 0 0 dbc2e6b7-8f53-44cb-a133-4dd70f5d9418 - -
    2014-03-19 07:46:59 10.34.54.1 64790 IL3WV5010\dgimedia_testtest FTPSVC3 IL3WV5010 - 10.34.54.7 21 LIST - 226 0 0 66 6 0 dbc2e6b7-8f53-44cb-a133-4dd70f5d9418 / -
    2014-03-19 07:46:59 10.34.54.1 64790 IL3WV5010\dgimedia_testtest FTPSVC3 IL3WV5010 - 10.34.54.7 21 PASV - 227 0 0 48 6 0 dbc2e6b7-8f53-44cb-a133-4dd70f5d9418 - -
    2014-03-19 07:46:59 10.34.54.1 52256 IL3WV5010\dgimedia_testtest FTPSVC3 IL3WV5010 - 10.34.54.7 52831 DataChannelOpened - - 0 0 0 0 0 dbc2e6b7-8f53-44cb-a133-4dd70f5d9418 - -
    2014-03-19 07:46:59 10.34.54.1 52256 IL3WV5010\dgimedia_testtest FTPSVC3 IL3WV5010 - 10.34.54.7 52831 DataChannelClosed - - 5 1 0 0 0 dbc2e6b7-8f53-44cb-a133-4dd70f5d9418 - Authorization+rules+denied+the+access.
    2014-03-19 07:46:59 10.34.54.1 64790 IL3WV5010\dgimedia_testtest FTPSVC3 IL3WV5010 - 10.34.54.7 21 STOR 111.txt 550 5 1 24 14 0 dbc2e6b7-8f53-44cb-a133-4dd70f5d9418 /111.txt Authorization+rules+denied+the+access.
    2014-03-19 07:46:59 10.34.54.1 64790 IL3WV5010\dgimedia_testtest FTPSVC3 IL3WV5010 - 10.34.54.7 21 ControlChannelClosed - - 0 0 448 104 891 dbc2e6b7-8f53-44cb-a133-4dd70f5d9418 - -

     
  • psyafter

    psyafter - 2014-03-19

    and this is a log by total commander session (login+upload same file)
    you can see anomaly with user folder. just see differences.

    2014-03-19 09:11:04 10.34.54.1 64802 - - IL3WV5010 - 10.34.54.7 21 ControlChannelOpened - - 0 0 0 0 0 bf3c4f4d-bbb3-4964-8027-40348ec0946b - -
    2014-03-19 09:11:04 10.34.54.1 64802 - FTPSVC3 IL3WV5010 - 10.34.54.7 21 USER dgimedia_testtest 331 0 0 23 24 0 bf3c4f4d-bbb3-4964-8027-40348ec0946b - -
    2014-03-19 09:11:04 10.34.54.1 64802 IL3WV5010\dgimedia_testtest FTPSVC3 IL3WV5010 - 10.34.54.7 21 PASS 230 0 0 21 15 16 bf3c4f4d-bbb3-4964-8027-40348ec0946b /dgimedia_testtest -
    2014-03-19 09:11:04 10.34.54.1 64802 IL3WV5010\dgimedia_testtest FTPSVC3 IL3WV5010 - 10.34.54.7 21 SYST - 215 0 0 16 6 0 bf3c4f4d-bbb3-4964-8027-40348ec0946b - -
    2014-03-19 09:11:04 10.34.54.1 64802 IL3WV5010\dgimedia_testtest FTPSVC3 IL3WV5010 - 10.34.54.7 21 FEAT - 211 0 0 149 6 0 bf3c4f4d-bbb3-4964-8027-40348ec0946b - -
    2014-03-19 09:11:04 10.34.54.1 64802 IL3WV5010\dgimedia_testtest FTPSVC3 IL3WV5010 - 10.34.54.7 21 HELP SITE 214 0 0 45 11 0 bf3c4f4d-bbb3-4964-8027-40348ec0946b - -
    2014-03-19 09:11:04 10.34.54.1 64802 IL3WV5010\dgimedia_testtest FTPSVC3 IL3WV5010 - 10.34.54.7 21 OPTS UTF8+ON 200 0 0 58 14 0 bf3c4f4d-bbb3-4964-8027-40348ec0946b - -
    2014-03-19 09:11:04 10.34.54.1 64802 IL3WV5010\dgimedia_testtest FTPSVC3 IL3WV5010 - 10.34.54.7 21 PWD - 257 0 0 48 5 0 bf3c4f4d-bbb3-4964-8027-40348ec0946b - -
    2014-03-19 09:11:05 10.34.54.1 64802 IL3WV5010\dgimedia_testtest FTPSVC3 IL3WV5010 - 10.34.54.7 21 TYPE A 200 0 0 20 8 0 bf3c4f4d-bbb3-4964-8027-40348ec0946b - -
    2014-03-19 09:11:05 10.34.54.1 64802 IL3WV5010\dgimedia_testtest FTPSVC3 IL3WV5010 - 10.34.54.7 21 PASV - 227 0 0 49 6 0 bf3c4f4d-bbb3-4964-8027-40348ec0946b - -
    2014-03-19 09:11:05 10.34.54.1 53902 IL3WV5010\dgimedia_testtest FTPSVC3 IL3WV5010 - 10.34.54.7 52874 DataChannelOpened - - 0 0 0 0 0 bf3c4f4d-bbb3-4964-8027-40348ec0946b - -
    2014-03-19 09:11:05 10.34.54.1 53902 IL3WV5010\dgimedia_testtest FTPSVC3 IL3WV5010 - 10.34.54.7 52874 DataChannelClosed - - 0 0 0 0 0 bf3c4f4d-bbb3-4964-8027-40348ec0946b - -
    2014-03-19 09:11:05 10.34.54.1 64802 IL3WV5010\dgimedia_testtest FTPSVC3 IL3WV5010 - 10.34.54.7 21 LIST - 226 0 0 78 6 0 bf3c4f4d-bbb3-4964-8027-40348ec0946b /dgimedia_testtest -
    2014-03-19 09:11:07 10.34.54.1 64804 - - IL3WV5010 - 10.34.54.7 21 ControlChannelOpened - - 0 0 0 0 0 519524e6-d77e-4a9b-824e-67aaeec956d5 - -
    2014-03-19 09:11:07 10.34.54.1 64804 - FTPSVC3 IL3WV5010 - 10.34.54.7 21 USER dgimedia_testtest 331 0 0 23 24 0 519524e6-d77e-4a9b-824e-67aaeec956d5 - -
    2014-03-19 09:11:07 10.34.54.1 64804 IL3WV5010\dgimedia_testtest FTPSVC3 IL3WV5010 - 10.34.54.7 21 PASS
    230 0 0 21 15 0 519524e6-d77e-4a9b-824e-67aaeec956d5 /dgimedia_testtest -
    2014-03-19 09:11:07 10.34.54.1 64804 IL3WV5010\dgimedia_testtest FTPSVC3 IL3WV5010 - 10.34.54.7 21 SYST - 215 0 0 16 6 0 519524e6-d77e-4a9b-824e-67aaeec956d5 - -
    2014-03-19 09:11:07 10.34.54.1 64804 IL3WV5010\dgimedia_testtest FTPSVC3 IL3WV5010 - 10.34.54.7 21 FEAT - 211 0 0 149 6 0 519524e6-d77e-4a9b-824e-67aaeec956d5 - -
    2014-03-19 09:11:07 10.34.54.1 64804 IL3WV5010\dgimedia_testtest FTPSVC3 IL3WV5010 - 10.34.54.7 21 HELP SITE 214 0 0 45 11 0 519524e6-d77e-4a9b-824e-67aaeec956d5 - -
    2014-03-19 09:11:08 10.34.54.1 64804 IL3WV5010\dgimedia_testtest FTPSVC3 IL3WV5010 - 10.34.54.7 21 OPTS UTF8+ON 200 0 0 58 14 0 519524e6-d77e-4a9b-824e-67aaeec956d5 - -
    2014-03-19 09:11:08 10.34.54.1 64804 IL3WV5010\dgimedia_testtest FTPSVC3 IL3WV5010 - 10.34.54.7 21 CWD /dgimedia_testtest 250 0 0 29 24 0 519524e6-d77e-4a9b-824e-67aaeec956d5 /dgimedia_testtest -
    2014-03-19 09:11:08 10.34.54.1 64804 IL3WV5010\dgimedia_testtest FTPSVC3 IL3WV5010 - 10.34.54.7 21 TYPE I 200 0 0 20 8 0 519524e6-d77e-4a9b-824e-67aaeec956d5 - -
    2014-03-19 09:11:08 10.34.54.1 64804 IL3WV5010\dgimedia_testtest FTPSVC3 IL3WV5010 - 10.34.54.7 21 PASV - 227 0 0 49 6 0 519524e6-d77e-4a9b-824e-67aaeec956d5 - -
    2014-03-19 09:11:08 10.34.54.1 53904 IL3WV5010\dgimedia_testtest FTPSVC3 IL3WV5010 - 10.34.54.7 52875 DataChannelOpened - - 0 0 0 0 0 519524e6-d77e-4a9b-824e-67aaeec956d5 - -
    2014-03-19 09:11:08 10.34.54.1 53904 IL3WV5010\dgimedia_testtest FTPSVC3 IL3WV5010 - 10.34.54.7 52875 DataChannelClosed - - 0 0 0 3 0 519524e6-d77e-4a9b-824e-67aaeec956d5 - -
    2014-03-19 09:11:08 10.34.54.1 64804 IL3WV5010\dgimedia_testtest FTPSVC3 IL3WV5010 - 10.34.54.7 21 STOR 111.txt 226 0 0 78 17 16 519524e6-d77e-4a9b-824e-67aaeec956d5 /dgimedia_testtest/111.txt -
    2014-03-19 09:11:08 10.34.54.1 64804 IL3WV5010\dgimedia_testtest FTPSVC3 IL3WV5010 - 10.34.54.7 21 SIZE 111.txt 213 0 0 7 14 0 519524e6-d77e-4a9b-824e-67aaeec956d5 /dgimedia_testtest/111.txt -
    2014-03-19 09:11:08 10.34.54.1 64804 IL3WV5010\dgimedia_testtest FTPSVC3 IL3WV5010 - 10.34.54.7 21 PWD - 257 0 0 48 5 0 519524e6-d77e-4a9b-824e-67aaeec956d5 - -
    2014-03-19 09:11:08 10.34.54.1 64804 IL3WV5010\dgimedia_testtest FTPSVC3 IL3WV5010 - 10.34.54.7 21 QUIT - 221 0 0 14 6 0 519524e6-d77e-4a9b-824e-67aaeec956d5 - -
    2014-03-19 09:11:08 10.34.54.1 64804 IL3WV5010\dgimedia_testtest FTPSVC3 IL3WV5010 - 10.34.54.7 21 ControlChannelClosed - - 0 0 584 153 406 519524e6-d77e-4a9b-824e-67aaeec956d5 - -
    2014-03-19 09:11:08 10.34.54.1 64802 IL3WV5010\dgimedia_testtest FTPSVC3 IL3WV5010 - 10.34.54.7 21 PASV - 227 0 0 49 6 0 bf3c4f4d-bbb3-4964-8027-40348ec0946b - -
    2014-03-19 09:11:08 10.34.54.1 53906 IL3WV5010\dgimedia_testtest FTPSVC3 IL3WV5010 - 10.34.54.7 52876 DataChannelOpened - - 0 0 0 0 0 bf3c4f4d-bbb3-4964-8027-40348ec0946b - -
    2014-03-19 09:11:08 10.34.54.1 53906 IL3WV5010\dgimedia_testtest FTPSVC3 IL3WV5010 - 10.34.54.7 52876 DataChannelClosed - - 0 0 48 0 0 bf3c4f4d-bbb3-4964-8027-40348ec0946b - -
    2014-03-19 09:11:08 10.34.54.1 64802 IL3WV5010\dgimedia_testtest FTPSVC3 IL3WV5010 - 10.34.54.7 21 LIST - 226 0 0 126 6 0 bf3c4f4d-bbb3-4964-8027-40348ec0946b /dgimedia_testtest -

     
  • Christoph

    Christoph - 2014-03-21

    the problem appears to be that the user folder is not visible from the root of the FTP server (maybe the ftp user can't list files there, or maybe it's an iis hidden virtual folder or something like that (maybe https://issues.apache.org/jira/browse/VFS-97 ))

    you can check that with for example FileZilla, going up to the root of the ftp server will not list the users home directory (probably also with total commander) and the library that FullSync uses does not like that unfortunately.

    making the directory visible may fix that (if that is an option)

    I'll attempt to speak to the library developers - but that could be a lengthy process.

    HTH
    Br,
    Christoph

     
  • psyafter

    psyafter - 2014-03-21

    the folder is visible on the server.
    may be you need do something when connecting to windows ftp server?
    total commander for example connecting and display proper folder and files....
    may be you missing any condition in protocol?

     
  • psyafter

    psyafter - 2014-04-01

    hi, any news?

     

Log in to post a comment.