Quantcast
Channel: SPFileZilla = FileZilla for SharePoint
Viewing all 53 articles
Browse latest View live

New Post: Copy/move from SPO site to SPO site

$
0
0
Hi. Thanks for the wonderful utility!
Do you have plans to enable in the future copy/move between different SPO sites?
It would be awesome to have the possibility to open two different sites in the application' two panes and copy/move between them...
TIA.
Regards.

New Post: Timezone and differing file sizes issues

$
0
0
Hi there,

I've uploaded some files from a local server to the Office 365 sharepoint cloud.

However I notice the times are different by the same offset of a few hours. Would this be a timezone issue?

Also some files have different file sizes. I would hate to lose data so could anyone tell me why this is so?

Regards
Darryn

New Post: Connection to FTP Site and SP Online simultaneously

$
0
0
Hello. I was really excited to have stumbled upon this application! Is there anything on the roadmap for this application to be able to connect simultaneously to an FTP site as well and a SP Online document library. Many of our high-end users download project plans as huge PDF's from general contactor FTP sites and one of their biggest complaints is having to download them locally and then upload. We've shown them methods of using File Explorer to expose both the FTP content and desired SP doc library but it's kind of cumbersome. Any way...thought I'd check.

Thanks,
Adrian Tapley

Created Unassigned: Can't Connect to Sharepoint Online 2103 [12]

$
0
0
Hi

I'm getting this message when connecting to my sharepoint site.

System.Xml.XmlException: For security reasons DTD is prohibited in this XML document. To enable DTD processing set the DtdProcessing property on XmlReaderSettings to Parse and pass the settings into XmlReader.Create method.

Can anyone advise me please.

Commented Unassigned: Can't Connect to Sharepoint Online 2103 [12]

$
0
0
Hi

I'm getting this message when connecting to my sharepoint site.

System.Xml.XmlException: For security reasons DTD is prohibited in this XML document. To enable DTD processing set the DtdProcessing property on XmlReaderSettings to Parse and pass the settings into XmlReader.Create method.

Can anyone advise me please.
Comments: I've seen this before, I think it has to do with your DNS and/or your ISP. A domain that MS uses to authenticate sometimes is not served correctly by an ISP. Try to update your DNS to use Open DNS or Google DNS, flush your DNS and then try again.

Commented Unassigned: Can't Connect to Sharepoint Online 2103 [12]

$
0
0
Hi

I'm getting this message when connecting to my sharepoint site.

System.Xml.XmlException: For security reasons DTD is prohibited in this XML document. To enable DTD processing set the DtdProcessing property on XmlReaderSettings to Parse and pass the settings into XmlReader.Create method.

Can anyone advise me please.
Comments: I followed you advice and it connected straight away. Thank you very much

New Post: Add file filter similar to FileZilla

$
0
0
Is there any way to add a file filter like what FileZilla now has? When I transfer a list of files with nested folders from a network share, I would like to exclude the pesky Thumbs.db file from the transfer to SP.
Thanks!

New Post: Any way to work around the "uri is too long" error?

$
0
0
Whenever transferring files that may be nested with numerous folders, SPFileZilla (and explorer for that matter) may throw an error about the uri being too long. To work around this, I use a temporary doc library at the root site to load the files into as then the uri is shorter than if I load into a subsite that might be 3 levels down from the root. Once the doc library is loaded, I then have to transfer the doc library to the correct subsite.

Is there any way to have SPFileZilla work around this issue? Specifically, I am loading into an On Premises SharePoint 2013 farm.

New Post: Any way to work around the "uri is too long" error?

$
0
0
Actually, I found that the root issue was not relating to the uri being too long but that there were files where the file type was not allowed. After changing SP to allow that file type, the files were moved without error.

New Post: files extensions

$
0
0
Hi Marioruizm,

SharePoint has a list of blocked file types which can be managed in Central Administration. In this list you should see, for example, exe. This will block any exe file from being uploaded to the web application. Unfortunately, it looks like though that SPFileZilla will display a "URI too long" error message instead of something along the lines of "File type blocked".

As for the number of files to upload limit, I have no idea.

Hope this helps.

New Post: Cannot upload file if marked Read Only

$
0
0
I found today an annoying problem where I get the following access denial message when uploading a file into SP2013.
System.UnauthorizedAccessException: Access to the path '<PATH\FILE>' is denied.
After some testing, I noticed that this had to do with the Read Only property that is tied to the file located in the local computer. When this property is enabled, this error will arise but when disabled, then SPFileZilla will upload normally.

Click & Dragging the file from explorer to the "Drop Here" area will upload the file no matter what this property is set to. Can this behavior at all be changed or is there something that can be added to the config file to ignore the read-only property?

Updated Wiki: Home

$
0
0

Project Description

SPFileZilla = FileZilla for SharePoint!

Inspired by FileZilla, the fantastic free FTP client, SPFileZilla allows you to navigate and manage SharePoint as if it were an FTP Server. Browse site lists, document libraries, folders, and files. Download and upload files and folders, including support for nested folders hierarchies. Create new folders, rename existing files and folders, and delete files and folders. Also, you can copy paths to files and folders to your clipboard. Drag and drop folders/files into the application to upload to SharePoint.

Not just for Admins, any user who uploads/downloads documents from a SharePoint Library can use this tool too!

Source code moved to Github:
https://github.com/bandrben/SPFileZilla2013

Latest release for 2013 supports uploading large files (over 2 MB) to SPOnline.

Supports OneDrive for Business too (how'd that happen!?)

Exclusive Features
These are my favorite features, added recently that make this tool essential.
  • Includes a Property Bag editor and Text editor. This saves time, no need to fire up SharePoint Designer.
  • Overwrite (OVR checkbox in main window) makes it super easy to do incremental bulk uploads to a SharePoint Library when OVR is turned off (which will skip existing files).
  • Bulk operations like Move, Copy, Check-out, Check-in, etc. can be performed on entire Document Libraries (right click menu actions).
  • File system dates are preserved when uploading to SharePoint (created and modified).

New Release 9/22/2015
  • Added Property Bag editor (for current SPWeb loaded), available from Tools menu at top of application.
  • Supports lists with large number of items, app.config file set to only pull down first 500 files when reading large lists, so you can open large lists and upload new files into them.
  • More file operations on SharePoint files act recursively when a folder is selected, including bulk updating file field data, moving files, copying files, check-in minor/major/overwrite, check-out, undo check-out, and publish files.
  • File system create and modified dates are preserved when uploading to SharePoint libraries.

New Release 4/13/2015
  • Can turn on/off "overwrite" setting when uploading/downloading files, "copy to", and "move to" operations. Default is overwrite=on. Look for "OVR" checkbox in main form window. When OVR is turned off (unchecked), files will be skipped if they already exist. Great for incremental uploads to a library/folder.
  • Text editor available to view/edit files on the fly in both File System and SharePoint, can edit on the fly files in Doc Libraries. Available in right-click menu. Change background color of window, change text size too. Use this to live edit files in your doc libraries (like CSS, JS, HTML, ASPX files). Another reason not to fire up SharePoint Designer.

New Release 6/18/2014
New Features Added as of 12/30/2013 SharePoint File right-click menu actions:
  • Move file(s)
  • Copy file(s)
  • Update File(s) Fields: update one or more files at the same time, update one or more field values at the same time too
  • Publishing: check-in (minor, major, overwrite), check-out, undo check-out, publish
SPFileZilla is compatible with SharePoint 2010 and 2013, including SharePoint Online (Office 365), and supports claims based authentication and mixed mode authentication. Uses the SharePoint Client Object Model, no magic.

SPFileZilla allows you to save your SharePoint connections using the built-in profiles feature. Name your profiles, set up once and use as often as you like. Or, use the Quick Connect feature to connect directly to a SharePoint site without saving a profile.

After connecting to a SharePoint site, all the lists that inherit from the document library content type are available to browse and manage. Open a list and you can then browse its folders and files. Refresh directories and navigate deeper or back to parent directories.

Never manage your SharePoint Documents using a browser again! Unless you like waiting for IE “open in explorer” mode. Or, if you prefer to upload multiple files using a specific browser. Or, if you prefer to upload your files (but not download!) using SharePoint Designer. I specifically built this program after developing “SharePoint Hand”, otherwise known as carpal tunnel of the mouse fingers.

SNAG-9-22-2015 12.33.22 PM.png

Brought to you by the creator of SPCAMLQueryHelper. I hope you enjoy this program and find it as useful as I do!

A product by Ben Steinhauser, brought to you by B&R Business Solutions, http://www.bandrsolutions.com.

SPFileZilla is inspired by FileZilla, https://filezilla-project.org.

Screenshots

SPFileZilla Main application window, features include
  • File menu with profile management, exit button, and about page
  • SharePoint quick connection box (instead of using profiles)
  • Profile button to open and manage saved profiles
  • Click the file system path textbox to open a windows folder browser
  • After a SharePoint site is loaded, its lists are loaded in the right window (only lists that inherit from document library content type)
  • Status window shows messages and errors
  • Right click menu available in both left and right windows
SNAG-9-22-2015 12.33.22 PM.png


SPWeb Property Bag editor
SNAG-9-22-2015 12.34.37 PM.png
  • enter a property bag key, click "Load" to get its value, make changes to the value and click "Save".
  • click "Get Keys" to load all the property bag keys in current SPWeb, they are dumped in main program log window in alpha order.


Live file editor
SNAG-9-22-2015 12.34.09 PM.png
  • icons on top right are for changing background color, text wrap, and text size (in order).
  • make changes and click "Save", editor stays open for further changes as needed.
  • ASCII encoding text editor setting in app.config file.


SharePoint List Browsing
  • Refresh the directory contents
  • Navigate "up" to parent directory
  • Select one or more files/folders
  • Open sub folders
  • Double-click files to copy to file system
  • Right click files and folders for further actions
  • Sort folder contents by clicking column headers (name, size, last modified date)
  • Drag/drop folders and files to upload
image2.png


SPFileZilla Right Click Menu
  • Both left and right windows have a right click menu
  • You can rename files and folders
  • Delete files and folders
  • Create new folders
  • Send to Destination (SharePoint from File System and vice-versa)
  • Copy path to clipboard
image3.png


SharePoint File specific right click menu actions
  • Bulk file actions: move, copy, update file field values (using dialog), check-in (major, minor, overwrite), check-out, undo check-out, publish
SNAG-55625.png


SharePoint File Update File(s) Fields action
  • Update one or more files at the same time
  • Update one or more field values at the same time
  • Dropdown list prefilled with all available listitem field names, select a field and click the "add field" button
  • Using the grid, enter field names and field values
SNAG-55626.png


SharePoint Site Profiles
  • Save and manage connections to SharePoint sites
  • Specify a profile name, site url (SPWeb), username, password, domain (optional if connecting to SharePoint Online)
  • SharePoint Online profiles should have the checkbox checked for "Is SharePoint Online", since a special API is used to handle the Claims Authentication
image4.png


About Window
  • Further SPFileZilla information, credits, special thanks.
image5.png

New Post: Development environment for editing source code FileZilla

$
0
0
Dear Mister, along with saluting, let me know that development environment used to make modifications to the source code and to implement Filezilla SPFileZilla?.
Best Regards.

Reviewed: SPFileZilla 2013 (Jul 13, 2016)

$
0
0
Rated 5 Stars (out of 5) - Thank you! This is WAY easier than mapping using WebDAV

Created Unassigned: SPFilleZilla upload file to Office365 sharepoint size limited [13]

$
0
0
Hi

Have anyone know spfilezilla upload file to Office365 sharepoint that file size limited?

Because when I upload about 2GB one file to Office365 sharepoint by use spfilezilla, it always failed.

Regards,
Johnny

New Post: URL with spaces

$
0
0
How do you put in a SP URL that has spaces? I tried word%20word and word\ word but that hasn't been successful. Any help is appreciated.

Created Unassigned: Loading List Root Folder Contents... (Max files returned: 100) [14]

$
0
0
Each time we connect to a sharepoint tenant with spfilezilla v.2.0.0.0 and browse to a directory we receive the following output "Loading List Root Folder Contents... (Max files returned: 100) 100 Folder(s)/File(s) Loaded Successfully" when we are certain that the directory contains more than 100 files.

New Post: cannot upload file larger that 250 MB

$
0
0
1GB and 400 MG
System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown.
at System.Net.ScatterGatherBuffers.AllocateMemoryChunk(Int32 newSize)

Re-test 400 MG

“System.Net.WebException: The underlying connection was closed: An unexpected error occurred on a send. ---> System.IO.IOException: Unable to write data to the transport connection: An existing connection was forcibly closed by the remote host. ---> System.Net.Sockets.SocketException: An existing connection was forcibly closed by the remote host”


Re-test 400 MG

“The request message is too big. The server does not allow messages larger than 262144000 bytes.”

New Post: Command line switches or script to unSPFileZilla

$
0
0
It doesn't appear that SPFileZilla has any command line switches. Are there any that I may be missing? Also, has anyone fround a way to script SPFileZilla to auytomate this utility? Thank you.
-JSN

New Post: Command line switches or script to unSPFileZilla

$
0
0
Disregard - I found my answers. This utility cannot be run from the command line. In future revisions, that would be a great addition. Thank you.
-JSN
Viewing all 53 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>