Filezilla FTP server - set upload location on file server - ftps

I'm setting up a FTPS server and want to upload files to File server(NAS drive). I mapped the drive and tried 'drive letter' and '\serverpath\', But during the transfer its shows failed transfer error. File transfer works for local disks.
Has anyone came accross with the issue to upload files on file server(NAS drive) using FTPS? Please let me know.
Thanks!

I found the solution.
Windows 'System' account can't access network shared drive, So i had to run filezilla server service under network user and then it worked.

Related

Problem creating file on samba file server

When I try to recreate a file on smb server which was deleted from same client machine few moments ago, it gives error. What could be reason for that? No other client is accessing that file.
This problem is not always reproducible, however can be reproduced now and then.
Client is mac machine.
Check the smb.conf of the samba setup. It's possible to have delete access but not create access.

Renci SSH NET Upload Large File Failure

I've been using a .NET DLL by Renci SSH NET which transfers the files from local machine to secure FTP. It was working fine for small files but this has a problem while uploading large files through my application. I increased the buffer time, operation time out but it still doesn't upload. When I debugged my code, it stuck at the point where I'm uploading & it does not even throw any error.
Any Suggestions Please?
Thanks
Per your description, it's not clear if the issue caused by your codes or by the SFTP server, so I would like to suggest:
Use a ftp client to upload the same file to the SFTP server to see if that OK.
If OK, then you can use network monitor tool, such as wireshark, tcpdump, to check if the issue is caused by network unstable.
Also, by using the network monitor tool, you can check if the upload process stop at the same point every time.
Hopefully that would helpful.

Opening network file from excel vba code on MAC uses offline file

I have excel with macros run in Mac OS.
One of the macros uses Workbooks.Open to open a file in network folder (a SharePoint site).
It works fine if there is connection into the network.
Also it works fine if the user of the Mac profile runs the macro for the first time with the network connection on or off. If there is no connection Mac returns error like it should when run first time.
However the problem is that after the user has succesfully used the file (macro) with the connection on once then Workbooks.Open does not return any error when running the macro second time and the network connection is down.
I added exit sub command right after the Open method and could see that there is same network file open on excel with status of 'Offline file'. That file was the same as the one previously opened when using the macro with network open for the first time. However the file was not fetched from the network drive as this time there is no connection to network.
Tried to find the file from Mac file system, without success.
What creates the offline copy and where is it stored?
How to delete the offline file via vba code or how to prevent excel (or Mac) from creating it ever again?
Br,
MikkoT
You should disable oplocks in the SMB protocol.
Oplocks are opportunistic locks, a client-side performance enhancement
that requires cooperation between a Windows client and the SMB
service. If SMB service supports oplocks, the client can request to
cache a file locally, in order to perform read and write operations on
the cached file rather than directly on the server. This saves network
bandwidth and increases performance for the SMB client. If another SMB
client requests access to the file, the SMB service notifies the
holder of the oplock, and that client should write changes from its
cache back to the SMB service. The SMB service does not let another
client have access to the file until the first client has finished
writing.

Error: Requested action not taken. file name not allowed

I am using UltraEdit for FTP. While saving my files to other server using FTP I am getting above error as ;'Error: Requested action not taken. file name not allowed'.
Could anyone know the possible cause and solution for it.
Thanks in advance
Well, the FTP server returns error code 40553 - Requested action not taken. File name not allowed.
The reason is most likely a bad character in file name, or a too long file name, or there is a file already on the server with same name and you do not have the permissions to overwrite this file.
You could also have made a mistake in the FTP account configuration like a typing mistake in initial directory.
Do you have downloaded the file from the FTP server before you tried uploading it?
Please note that Unix file systems most often used on FTP servers are case-sensitive and therefore a file with name "MyFile.txt" is a different file than "myfile.txt".
Finally, very often a firewall blocks data transfer in a separate data channel established from FTP server to FTP client module in UltraEdit. In this case the option Passive transfers (for firewalls) should be enabled on the Server tab of this FTP account in the FTP Account Manager window.

Tunnel Failed at the time of Upload file to FTP

File upload is works fine from my simulator (blackberry 8830).It upload the file to FTP Server. But in the device when I try to upload file to FTP server it gives the alert “Tunnel Failed “.
I am using
StreamConnection sc = (StreamConnection) Connector.open(url);
How to solve this issue. Can anyone help me???
The simulator uses the network of the host machine, while the device goes through an internal RIM proxy. Are you using passive ftp? You might have better luck with HTTP POST since you cannot establish a direct connection on the device.

Resources