remote-ftp icon indicating copy to clipboard operation
remote-ftp copied to clipboard

Remote files not visible

Open irama opened this issue 8 years ago • 32 comments

Hi Tamás!

Love your FTP package, thank you!

Files seem to upload ok, but I can never see the remote files listed. Is anyone else having this issue?

2017-10-04_161217

Thank you! Andrew

irama avatar Oct 04 '17 06:10 irama

What is the type of FTP server?

icetee avatar Oct 04 '17 06:10 icetee

This will sound like an uninformed answer: It's SFTP to my hosting with Dreamhost VPS. I can SSH in and run a command to get more info if that helps? What do you need to know? (Or I can give you some FTP details to try?) Thanks in advance!

irama avatar Oct 04 '17 06:10 irama

Set the remote option in .ftpconfig?

icetee avatar Oct 04 '17 07:10 icetee

Yes, it has been set the whole time. And uploads are succeeding. The file tree just isn't visible.

irama avatar Oct 04 '17 07:10 irama

Does the developer console write something?

  • macOS, linux or Windows?

icetee avatar Oct 04 '17 07:10 icetee

I don't know if it's related, but I have a similar issue after upgrading to 1.2.1 now. Using plain FTP with Atom 1.21.0 on Mac OS X 10.11.6. Connecting to a Ubuntu 16.04 server with Pure-FTPd

It seems to connect fine, but wont list the remote files. Cant upload either. The server log just says that the client connected fine. Same error when trying to refresh the remote folder.

No console errors. Worked fine up to v1.1.3

skjermbilde 2017-10-04 kl 09 32 33 skjermbilde 2017-10-04 kl 09 36 46

tamsrud avatar Oct 04 '17 07:10 tamsrud

@tamsrud If you using simple FTP (no SFTP) then please set Debug response in Remote-FTP settings view. I need to know which command to this response 500 Unknow command.

Can you tell me the version of Pure-FTPd?

icetee avatar Oct 04 '17 07:10 icetee

EPSV < 500 Unknown command

tamsrud avatar Oct 04 '17 07:10 tamsrud

Ahh, this command responsible for IPv6. The sooner I try to fix it.

icetee avatar Oct 04 '17 07:10 icetee

Hi @icetee in the console I see this, which looks like a likely candidate for why the files aren't listed... 2017-10-04_183256

Thank you!

irama avatar Oct 04 '17 08:10 irama

All dependencies installed, good to go
< 220 (vsFTPd 3.0.2)
> USER something
< 331 Please specify the password.
> PASS ******
< 230 Login successful.
> FEAT
< 211-Features:
<  EPRT\r\n EPSV\r\n MDTM
<  PASV\r\n REST STREAM\r\n SIZE\r\n TVFS\r\n UTF8\r\n211 End
> OPTS UTF8 ON
< 200 Always in UTF8 mode.
> TYPE I
< 200 Switching to Binary mode.
> EPSV
< 229 Entering Extended Passive Mode (|||45085|)
> LIST -al /var/www/html/something
< 425 Failed to establish connection.
37< 200 NOOP ok.

Thank you!

salpoosi avatar Oct 04 '17 08:10 salpoosi

I have enabled 'Debug response in Remote-FTP settings view' but I'm not getting any console output when connecting. It actually connects successfully. It just doesn't list the files. I believe salpoosi and tamsrud are experiencing a different issue to mine. Any tips on what I should do to provide more context/info for you?

irama avatar Oct 04 '17 08:10 irama

and I try upload. It is xferlog and console log for upload.

Wed Oct  4 16:29:42 2017 60 ::ffff:xxx.xxx.xxx.xxx 0 /var/www/html/something/path/path/something.php b _ i r something ftp 0 * i
Wed Oct  4 16:35:36 2017 60 ::ffff:xxx.xxx.xxx.xxx 0 /var/www/html/something/path/path/something.php b _ i r something ftp 0 * i

and The file size has become 0.

> EPSV
< 229 Entering Extended Passive Mode (|||35342|)
> STOR /var/www/html/something/path/something.php
< 425 Failed to establish connection.
> EPSV
< 229 Entering Extended Passive Mode (|||32715|)
> LIST /var/www/html/something/path
< 425 Failed to establish connection.
> MKD /var/www/html/something/path
< 550 Create directory operation failed.
> EPSV
< 229 Entering Extended Passive Mode (|||20769|)
> LIST /var/www/html/path/path/path
< 425 Failed to establish connection.
> MKD /var/www/html/something/path/path
< 550 Create directory operation failed.
> ABOR
< 225 No transfer to ABOR.
> EPSV
< 229 Entering Extended Passive Mode (|||24910|)
> STOR /var/www/html/something/path/path/something.php
< 425 Failed to establish connection.
> MKD /var/www/html/something/path/path
< 550 Create directory operation failed.
> EPSV
< 229 Entering Extended Passive Mode (|||42149|)
> STOR /var/www/html/something/path/path/something.php
< 425 Failed to establish connection.
18< 200 NOOP ok.

salpoosi avatar Oct 04 '17 08:10 salpoosi

I seem to be having the same issue as irama. I'm using my Macbook Pro OS X High Sierra version 10.13 but it doesn't seem to matter about the OS because I installed the update on my Linux machine and have the same issue. It seems more server side.

fman29 avatar Oct 04 '17 09:10 fman29

Yes, it seems like I and irama has different issues. Mine is probably the same as Issue 992.

Thanks.

tamsrud avatar Oct 04 '17 09:10 tamsrud

I'm using FTP my macOS 10.12.6 and CentOS Linux release 7.4.1708. Is is no problem in local network and Global network. But, problems occur with a server on different networks that are port forwarding.

salpoosi avatar Oct 04 '17 09:10 salpoosi

On my server it's showing connected but idle. Sorry I can't find more information than that. When I try to connect to my server locally I have no problems. But when I try connecting via my external IP I get an error message "225 No transfer to Abort" along with another message "Unable to make data connection - timed out."

fman29 avatar Oct 04 '17 09:10 fman29

Hi, i have a Mac with 10.13 and Atom 1.21. I have the same issue of @tamsrud . I wait a fix soon! Thanks.

samuelesantoni avatar Oct 04 '17 11:10 samuelesantoni

@salpoosi Please check #992 issue. This issue belongs to only SFTP.

icetee avatar Oct 04 '17 22:10 icetee

I have updated to 1.2.2 but the problem is the same. 31164474-a8ad19d0-a8e7-11e7-8d9c-e8d4aa416f23 31164475-a8ae480a-a8e7-11e7-9ccb-107f7e36ca30

samuelesantoni avatar Oct 05 '17 09:10 samuelesantoni

@irama Is there any way to test this package? https://github.com/mscdex/ssh2 (v0.5.4 and v0.5.5 there are patterns)

icetee avatar Oct 05 '17 11:10 icetee

Hi @icetee Excuse my ignorance. I tried installing it as a package, but it failed. Can you clarify what you need me to do to test this? Thank you!

irama avatar Oct 10 '17 00:10 irama

@irama Maybe bad remote path in .ftpconfig?

icetee avatar Oct 11 '17 11:10 icetee

Hi @icetee Remote path is good because the files upload successfully. The tree view is just empty.

On Wed, 11 Oct 2017 at 21:54, Tamás András Horváth [email protected] wrote:

@irama https://github.com/irama Maybe bad remote path in .ftpconfig?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/icetee/remote-ftp/issues/991#issuecomment-335785365, or mute the thread https://github.com/notifications/unsubscribe-auth/ABFC_v9u6addkrHLItObe7fMvipdXmwZks5srKxzgaJpZM4PtI62 .

--

irama avatar Oct 11 '17 12:10 irama

@irama Which plan do I have to test for?

icetee avatar Oct 21 '17 04:10 icetee

Was this ever solved? I connect to my server but it keeps saying "listing" and doesn't do anything.

elebumm avatar Oct 26 '17 16:10 elebumm

@elebumm Unfortunately I could not reproduce for now. Which server do you use?

icetee avatar Oct 26 '17 21:10 icetee

@icetee It is an FTP server on a shared hosting. I am able to connect through filezilla just not Remote-ftp

elebumm avatar Oct 27 '17 03:10 elebumm

Maybe related this fix: https://github.com/icetee/node-ftp/commit/a5e040bf00bc12aa57d0e51f5c187ce029020a4f

Now supported spaces in owner and group names: drwxrwxr-x 7 1317 Domain Use 208 May 5 11:28 wp-content

New version coming soon.

icetee avatar May 10 '18 00:05 icetee

Still the same problem ProFTPD 1.3.6rc2 Server (ProFTPD)

redochka avatar Oct 03 '18 09:10 redochka