andFTP and SFTP and NAS? not working with "//"

FTP client for Android handsets.
Post Reply
topnothcit
Posts: 1
Joined: Mon Sep 07, 2009 10:13 pm
AntiSpam sum: 8

andFTP and SFTP and NAS? not working with "//"

Post by topnothcit »

It seems like i connect successfully. I can list the files. I can download files.

however I can not upload. I think the issue is that my data exists on a NAS thus the directory is a bit different and is not handled in the upload routine.

any write operation fails, (upload, mkdir, etc). However, read and download works.

The message on screen doesn't seem to support leading double "//"
MKDIR /NAS/FTPFiles/username@domain
BAD MESSAGE Bad Message
OR
Upload failed: Cannot change directory ()

In Reality...the actual path is
//NAS/FTPFiles/username@domain
NOT
/NAS/FTPFiles/username@domain

Somehow the write operations truncate the leading / to make it single.

thanks.

support
Posts: 853
Joined: Sun Apr 20, 2008 4:40 pm

Re: andFTP and SFTP and NAS? not working with "//"

Post by support »

Could you provide a testing FTP account so I can reproduce the problem?
If so then send info to support(at)lysesoft(dot)com

Post Reply