remote-ftp
                                
                                 remote-ftp copied to clipboard
                                
                                    remote-ftp copied to clipboard
                            
                            
                            
                        Remote files not visible
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?

Thank you! Andrew
What is the type of FTP server?
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!
Set the remote option in .ftpconfig?
Yes, it has been set the whole time. And uploads are succeeding. The file tree just isn't visible.
Does the developer console write something?
- macOS, linux or Windows?
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
 
 
                                    
                                    
                                    
                                
@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?
EPSV < 500 Unknown command
Ahh, this command responsible for IPv6. The sooner I try to fix it.
Hi @icetee in the console I see this, which looks like a likely candidate for why the files aren't listed...

Thank you!
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!
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?
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.
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.
Yes, it seems like I and irama has different issues. Mine is probably the same as Issue 992.
Thanks.
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.
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."
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.
@salpoosi Please check #992 issue. This issue belongs to only SFTP.
I have updated to 1.2.2 but the problem is the same.
 

@irama Is there any way to test this package? https://github.com/mscdex/ssh2 (v0.5.4 and v0.5.5 there are patterns)
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 Maybe bad remote path in .ftpconfig?
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 Which plan do I have to test for?
Was this ever solved? I connect to my server but it keeps saying "listing" and doesn't do anything.
@elebumm Unfortunately I could not reproduce for now. Which server do you use?
@icetee It is an FTP server on a shared hosting. I am able to connect through filezilla just not Remote-ftp
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.
Still the same problem ProFTPD 1.3.6rc2 Server (ProFTPD)