Linux: wftpserver: No such file or directory

Please post here if you have problems in using Wing FTP Server.
Post Reply
olegotron
Posts: 2
Joined: Mon Feb 20, 2012 2:40 pm

Linux: wftpserver: No such file or directory

Post by olegotron »

Hello!

I try to install Wing FTP Server 4.0.3 Linux version (30-day trial) and I have the following problems:

Code: Select all

$ sudo ./setup.sh 
Welcome to the Wing FTP Server setup wizard!
Please setup administrator account for Wing FTP Server.
This account is very important as it will be used to administrate your server.
Enter your administrator name: oleg
Enter your administrator password: *****

Please specify a port that web based administration will be listening to.
Enter the listener port(default is 5466): 
ln: creating symbolic link `/etc/rc0.d/K01wftpserver': File exists
ln: creating symbolic link `/etc/rc1.d/K01wftpserver': File exists
ln: creating symbolic link `/etc/rc6.d/K01wftpserver': File exists
ln: creating symbolic link `/etc/rc2.d/S99wftpserver': File exists
ln: creating symbolic link `/etc/rc3.d/S99wftpserver': File exists
ln: creating symbolic link `/etc/rc4.d/S99wftpserver': File exists
ln: creating symbolic link `/etc/rc5.d/S99wftpserver': File exists

Wing FTP Server has been installed successfully!
You can manage your server at http://YourIP:5466 via web browser.
Server Usage: /etc/init.d/wftpserver [start|stop|restart]
Do you want to start Wing FTP Server now?? [y/N]: y
./setup.sh: line 203: ./wftpserver: No such file or directory
My system:

Code: Select all

Ubuntu server 10.04 LTS
Linux 2.6.32-28-generic #55-Ubuntu SMP Mon Jan 10 23:42:43 UTC 2011 x86_64 GNU/Linux
What's the problem?
Thanks!
FTP
Site Admin
Posts: 2072
Joined: Tue Sep 29, 2009 6:09 am

Re: Linux: wftpserver: No such file or directory

Post by FTP »

Please goto the installation folder of WingFTP first.
olegotron
Posts: 2
Joined: Mon Feb 20, 2012 2:40 pm

Re: Linux: wftpserver: No such file or directory

Post by olegotron »

The problem was in "x86_64"
I tried to install 32-bit version of Wing FTP Server on 64-bit host.
The recommendation to developers: please write a warning when you install on wrong host.
FTP
Site Admin
Posts: 2072
Joined: Tue Sep 29, 2009 6:09 am

Re: Linux: wftpserver: No such file or directory

Post by FTP »

OK, we will consider your suggestion.
Post Reply