Connect to users home directory using Netware FTP Server ?
The nice thing about the Netware FTP server is that you can connect
to any NetWare server in the tree that you have access to from one FTP
server connection. You can test this from a dos prompt
FTP your.ftp.server
.username.context
password
Once logged in, issue a
cd \servervolumepath
It should change to that server, you can confirm by issuing a PWD
command to display the path.
If you don’t connect , it could be that you don’t have access to that
servervolumepath or the server running the FTP server is not utilizing
SLP correctly to resolve server names.
Inside stoneware, you can create the FTP node and for the path you can
put in the UNC path of where you want to connect to. Depending on what
path you are trying to connect to, you may want to install Hotfix3e for
webNetwork, we added a special stoneware variable to handle the NetWare
homedirectory slightly differently. With Hotfix3e you can put
//@@ftphomedir@@ for the path and it will take the info from edir
manipulate it and change the slashes around a bit.
Currently there is an issue with Swift in version 4 that is being taken
care of in webNetwork 5. It always issues a cd / at the beginning of
the connection, thus if you leave the path blank it will automatically
put in / . This causes a problem when you want it to have it default to
the users homedirectory automatically. Normally when you FTP to a
NetWare FTP server, if you don’t change the initial directory, it will
default to your home directory. Which is what lead to creating the
@@ftphomedir@@ variable.
Can't find the KB
Unable to find the KB to address your issue ?
Recent Articles
Change Reset Password Button Text
Change the text of the "Reset Password" button on the UW Login Page How to change the text of the Reset Password button on the Login Page. Login to webNetwork and open webAdmin on your Relay Central Server Expand Customization Center Expand Tenants ...
Remove Reset Password Button From Login Page
Remove the Reset Password Button from the Login Page How to remove the Reset Password button from the Unified Workspace login page. Login to webNetwork and open webAdmin on your Relay Central Server Expand Customization Center Expand Tenants Expand ...
Lenovo Unified Workspace End-of-Life Questions and Answers
As of January 31st 2024, Lenovo Unified Workspace (formerly Stoneware WebNetwork) is no longer supported. This means that we no longer provide licenses, downloads, updates, patches, or technical assistance for this product. If you have any questions ...
How do I determine my Unified Workspace license expiration date?
The best method for determining the licensing information including the expiration date of your Unified Workspace license: Login to your 8090 management console on each server This may take remoting into each LUW server and relay, opening a browser, ...
Lenovo Unified Workspace 7.0.2.13 Released
Highlights of Unified Workspace 7.0.2.13 Before you install: Please view the installation notes here. 7.0.2.13 requires a 7.0 license file. Below is a list of enhancements and fixes released in Unified Workspace 7.0.2.13 Fixed external storage ...
Related Articles
What parameters to change for Netware FTP Server ?
For webNetwork below 6.3.0.0 The ftp server needs to be put in standard Unix format for output. You set the pseudo_server_flag=1 to put it in Unix mode. For webNetwork 6.3.0.178 and higher, set that flag to 0 for the Default Netware format. Below is ...
Novell SLES Pure FTP information
Netware FTP had the ability to connect to a single ftp server running on netware and then change dir (cd) to another remote server. This used NCP. Suse Linux enterprise does not have this same feature in its FTP server. What can be done ? For Linux ...
How do a configure a ftp node to Netware ftp server in cluster ?
This has been fixed in Hotfix3e so that @@ftphomedir@@ reads the users home dir, and then reads the cn listed in homedir to find the HostServer and HostResourceName and uses that info to build @@ftphomedir@@ This will then properly work with a ...
How do I connect to OES2 or Netware CIFS share ?
*** Note ***After 6.3.0.198 it is not possible to have both Apple CIFS shares and Netware CIFS shares on the same system. This is do to the increased security in OS X. There are special parameters that are needed to make Netware CIFS to work and ...
What parameters to change for Microsoft FTP Server ?
Swift node to Microsoft windows 2003 ftp server fails. with: java.lang.NullPointerException at java.util.Collections.sort(Unknown Source) at com.stoneware.filesystem.u.a(Unknown Source) at ...